Re: Unable to run the batch examples after running stream examples

2016-03-24 Thread Chesnay Schepler
the project.version property is not defined explicitly; it resembles the version of the parent. Plan#getRestartStrategyConfiguration() exists in Flink 1.0.0, but not in 1.1-SNAPSHOT. When you set the version to 1.0.0 you may have created this version mismatch. On 21.03.2016 19:23, subash b

Re: Unable to run the batch examples after running stream examples

2016-03-21 Thread subash basnet
Hello Chesnay Schepler, I am running the latest flink examples from here in eclipse. I had used the WikipediaAnalysis pom properties/dependency in batch pom as shown below: UTF-8 1.0.0 org.apache.flink flink-java *1.0.0* org.ap

Re: Unable to run the batch examples after running stream examples

2016-03-21 Thread Chesnay Schepler
where did you run the batch/streaming jobs? did both job use the same flink version? On 21.03.2016 17:06, subash basnet wrote: Hello all, The scenario is I am working on Kafka Read/Write examples. It works fine, but now when I try to run the batch examples such as PiEstimation or any other,

Unable to run the batch examples after running stream examples

2016-03-21 Thread subash basnet
Hello all, The scenario is I am working on Kafka Read/Write examples. It works fine, but now when I try to run the batch examples such as PiEstimation or any other, I get the following error: Exception in thread "main" *java.lang.NoSuchMethodError: org.apache.flink.api.common.Plan.getRestartStrat