Thank you Xintong Song, is there any way to queue programmatically, i.e. via java code?
Regards, Vitaliy On Thu, Mar 12, 2020 at 5:56 AM Xintong Song <[email protected]> wrote: > Hi Vitaliy, > > You can specify a yarn queue by either setting the configuration option > 'yarn.application.queue' [1], or using the command line option '-qu' (or > '--queue') [2]. > > Thank you~ > > Xintong Song > > > [1] > https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/config.html#yarn-application-queue > [2] > https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/yarn_setup.html#start-a-session > > On Thu, Mar 12, 2020 at 3:56 AM Vitaliy Semochkin <[email protected]> > wrote: > >> Hi, >> >> How can I specify a yarn queue when I start a new job programmatically? >> >> Regards, >> Vitaliy >> >
