Re: Yarn Integration Test

2016-06-19 Thread vijikarthi
Looks like I am running in to some sort of environment related issue (??) but the problem is driving me crazy. I was able to run the same test succesfully last week but now I am getting some wierd compile issue with the dependent module. Here is the complete stack trace. Amy help is much appreciate

Re: Yarn Integration Test

2016-06-14 Thread Vijay
Thanks Max. I am able to run the test now. Regards, Vijay Sent from my iPhone > On Jun 14, 2016, at 6:31 AM, Maximilian Michels wrote: > > Hi Vijay, > > Please try `mvn verify -pl flink-yarn-tests -Pinclude-yarn-tests`. The > additional profix switch will include the "flink-yarn-tests" module

Re: Yarn Integration Test

2016-06-14 Thread Maximilian Michels
Hi Vijay, Please try `mvn verify -pl flink-yarn-tests -Pinclude-yarn-tests`. The additional profix switch will include the "flink-yarn-tests" module. By default, we exclude the module "flink-yarn-tests" because we have a Yarn free Hadoop 1 module. The Yarn tests need to reside in an extra module b