Re: Java code examples for deploying samza job into YARN

2016-10-14 Thread Xinyu Liu
Hi, nimit, You can use this tutorial as an example of deploying Samza job in a multi-node yarn cluster. Please note the run-job.sh script needs to be run in the resource manager (RM) node of the Yarn cluster. In this

Re: Java code examples for deploying samza job into YARN

2016-10-14 Thread Jagadish Venkatraman
Please checkout https://github.com/apache/samza-hello-samza. This contains sample jobs. On Friday, October 14, 2016, nimit agrawal wrote: > Hi guys, > > > > I googled little bit but cannot find any good example in java for deploying > samza job into YARN. > > Can