Re: [Issue] No Class Definition Found Error

2016-06-10 Thread Vinay Patil
Hi Robert, Yes we are using maven for building the jar, I have deployed both jar with dependencies and without dependencies. I actually cannot share the pom since it is on the client machine. But all the dependencies required are there, I have attached a sample pom file which is similar to the

Re: [Issue] No Class Definition Found Error

2016-06-10 Thread Robert Metzger
Are you using Maven for building your job jar? If yes, can you post your pom file on the mailing list? On Fri, Jun 10, 2016 at 7:16 PM, THORMAN, ROBERT D wrote: > How did you “provide” the dependencies? Did you use the –C > parameter when you submitted your job? > > On

Re: [Issue] No Class Definition Found Error

2016-06-10 Thread THORMAN, ROBERT D
How did you “provide” the dependencies? Did you use the –C parameter when you submitted your job? On 6/10/16, 11:35 AM, "Vinay Patil" wrote: >Hi Guys, > >I have deployed my application on a cluster, however when I try to run the >application it throws

[Issue] No Class Definition Found Error

2016-06-10 Thread Vinay Patil
Hi Guys, I have deployed my application on a cluster, however when I try to run the application it throws *NoClassDefFoundError for KeyedDeserializationSchema*, all the dependencies are provided correctly since I have run it on a different standalone node. Please Help Regards, Vinay Patil