Re: Yarn run single job

2018-07-10 Thread Garrett Barton
AHH it works! Never occurred to me that it meant literally type in yarn-cluster. Thank you! On Tue, Jul 10, 2018 at 11:17 AM Chesnay Schepler wrote: > -m yarn-cluster switches the client into yarn mode. > > yarn-cluster is not a placeholder or anything, you have to literally type > that in. >

Re: Yarn run single job

2018-07-10 Thread Chesnay Schepler
-m yarn-cluster switches the client into yarn mode. yarn-cluster is not a placeholder or anything, you have to literally type that in. On 10.07.2018 17:02, Garrett Barton wrote: Greetings all, The docs say that I can skip creating a cluster and let the jobs create their own clusters on yarn

Yarn run single job

2018-07-10 Thread Garrett Barton
Greetings all, The docs say that I can skip creating a cluster and let the jobs create their own clusters on yarn. The example given is: ./bin/flink run -m yarn-cluster -yn 2 ./examples/batch/WordCount.jar What I cannot figure out is what the -m option is meant for. In my opinion there is no