Flink on yarn passing yarn config params.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink on yarn passing yarn config params.

praveen kanamarlapudi
Hi,



How can I pass yarn application tag while running flink on yarn?



Example command: ./bin/flink run -d -m yarn-cluster -yn 4 -yjm 1024 -ytm
4096 examples/batch/WordCount.jar



Thanks,

Praveen
Reply | Threaded
Open this post in threaded view
|

Re: Flink on yarn passing yarn config params.

Timo Walther-2
Hi,

you can pass application tags using `yarn.tags` option. See also here
for more options:
https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/config.html#yarn

I hope that helps.

Regards,
Timo


Am 29/03/17 um 01:18 schrieb praveen kanamarlapudi:
> yarn application tag