Re: hello-samza doesn't run on CDH5.4

2016-01-07 Thread Stanislav Los
https://issues.apache.org/jira/browse/SAMZA-851 and pull request that adds optional Maven profile On Wed, Jan 6, 2016 at 5:28 PM, Yi Pan wrote: > Glad to hear that it has worked. Yeah, I guess right now, if there is any > dependency conflicts, your solution would be the way to resolve it. > > Co

Re: hello-samza doesn't run on CDH5.4

2016-01-06 Thread Yi Pan
Glad to hear that it has worked. Yeah, I guess right now, if there is any dependency conflicts, your solution would be the way to resolve it. Could you open a JIRA to enhance the hello-samza tutorial docs to address this issue? Thanks! -Yi On Wed, Jan 6, 2016 at 12:47 PM, Stanislav Los wrote:

Re: hello-samza doesn't run on CDH5.4

2016-01-06 Thread Stanislav Los
So, for now, I made it work by replacing any generic hadoop-* jar in hello-samza distribution with related jar from CDH: [stanis...@hcm001.us-east-1.mgnt.cc samza]$ ls -l deploy/samza-cdh/lib/ | grep hadoop -rwxr-xr-x 1 stanislav stanislav21533 Jan 6 15:19 hadoop-annotations-2.6.0-cdh5.4.0.j

Re: hello-samza doesn't run on CDH5.4

2016-01-06 Thread Yi Pan
Token expiration is still a problem w/o Kerberos in YARN 2.6.0 client. But the exception stack trace from that bug is also different from yours. I am suspecting there is some incompatible dependency libraries between CDH5.4 distro and Samza that caused your serialization problems here. On Wed, Jan

Re: hello-samza doesn't run on CDH5.4

2016-01-06 Thread Stanislav Los
Hi Yi, Our cluster doesn't have Kerberos security in place, so I don't know how it could be related. CDH5.4 runs on YARN 2.6.0. I compiled Samza with YARN 2.6.0 and YARN 2.6.1. In both cases I get the same error. Should token expiration be a problem for the cluster without Kerberos? Regards. On

Re: hello-samza doesn't run on CDH5.4

2016-01-06 Thread Yi Pan
Hi, Stanislav, Could it be related to SAMZA-727? Your exception stack trace is different though. Besides that, Samza 0.10 requires minimum YARN 2.6.1 now, due to a token expiration issue in YARN 2.6.0 client lib. -Yi On Wed, Jan 6, 2016 at 7:52 AM, Stanislav Los wrote: > Hi, > > Any ideas why