Re: Error in eclipse

2015-05-04 Thread Yi ZHOU
Thanks for all. I only use java. The Stepahan's suggestion works. There is no errors now. ZHOU Yi On 04/05/2015 14:43, Stephan Ewen wrote: I think Vasia and Gyula are actually using Eclipse. The Eclipse setup is tricky. Frequently, it works best to build and install the code with maven on the

Re: Error in eclipse

2015-05-04 Thread Stephan Ewen
I think Vasia and Gyula are actually using Eclipse. The Eclipse setup is tricky. Frequently, it works best to build and install the code with maven on the command line (mvn clean install -DskipTests), and then close in Eclipse all projects except for the ones you are workign with. Robert's guide

Re: Error in eclipse

2015-05-04 Thread Robert Metzger
Hi, I don't know any Flink committer who is using Eclipse to develop Flink. Setting up Eclipse for Flink is quite hard because we are a mixed Scala/Java project. Check out this page in the documentation: http://ci.apache.org/projects/flink/flink-docs-master/internals/ide_setup.html On Mon, May 4,

Error in eclipse

2015-05-03 Thread Yi ZHOU
Hello all, I import flink/gelly in Eclispe 4.4.2. But in the test code, the IDE always prompt TestExecutionMode cannot be resolved to a type. I find TestExecutionMode is a enum type in org.apache.flink.test.util. Apart from this, the other parts works well, there is no error in the main code.

Fwd: Error in eclipse

2015-05-03 Thread Yi ZHOU
Hello all, I import flink/gelly in Eclipse 4.4.2. But in the test code, the IDE always prompt TestExecutionMode cannot be resolved to a type. I find TestExecutionMode is a enum type in org.apache.flink.test.util. Apart from this, the other parts works well, there is no error in the main code.

Re: Taskmanager memory error in Eclipse

2015-03-01 Thread Stephan Ewen
it works. > > On Sun, Mar 1, 2015 at 5:03 PM, Gyula Fóra wrote: > > > Hey All, > > > > I am getting a weird error in Eclipse when trying to run local flink > > programs for example any batch or streaming example program. I tried > > cleaning, rebuilding rei

Re: Taskmanager memory error in Eclipse

2015-03-01 Thread Gyula Fóra
Setting the JVM heap larger solves this issue, but I still think that this is a misleading error. With -Xmx256m it works. On Sun, Mar 1, 2015 at 5:03 PM, Gyula Fóra wrote: > Hey All, > > I am getting a weird error in Eclipse when trying to run local flink > programs for example

Taskmanager memory error in Eclipse

2015-03-01 Thread Gyula Fóra
Hey All, I am getting a weird error in Eclipse when trying to run local flink programs for example any batch or streaming example program. I tried cleaning, rebuilding reimporting etc that didnt help. Please see the log and stack trace: 16:55:04,965 INFO