Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Fabian Hueske
Perfect! Ran a few Java examples, Scala examples, and integration tests in Eclipse. Thanks for the quick fix! 2014-10-01 20:36 GMT+02:00 Stephan Ewen : > It works. > > The current master should work for all programs started out of > Eclipse/IntelliJ (testted by Aljoscha and me) and exposes correc

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Stephan Ewen
It works. The current master should work for all programs started out of Eclipse/IntelliJ (testted by Aljoscha and me) and exposes correct dependencies through maven. Please post if you have further trouble. On Wed, Oct 1, 2014 at 6:25 PM, Stephan Ewen wrote: > Just had an idea: > > We can l

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Stephan Ewen
Just had an idea: We can let the IDEs export guava from the "flink-shaded" project and have the maven builds use the autogenerated dependency-reduced-pom to hide the original guava. Let me try this... On Wed, Oct 1, 2014 at 6:10 PM, Stephan Ewen wrote: > Sorry for the hassle, I know this whole

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Stephan Ewen
Sorry for the hassle, I know this whole dependency thing is tedious, but I think it is important that we get our guava out of the way. Otherwise anyone that uses Flink will be in the trouble that we are with hadoop (that did not shade its guava). I had the same issue. In a prior version, we had gu

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Fabian Hueske
Yes, I had the same error when I tried to run the batch WordCount in Eclipse. For me, adding the dependency to flink-parent did not work, but adding it to flink-examples-java did. I guess the same problem will occur when running a testcase that starts Flink from Eclipse. Fabian 2014-10-01 17:43

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Márton Balassi
I've just updated the streaming fork with Stefan's recent commit encapsulating this issue, namely: https://github.com/mbalassi/incubator-flink/commit/949699dbfe17b62352413769635aed3aaff56100 It solves the problem for the streaming-core project, but running the batch WordCount example in Eclipse st

[jira] [Created] (FLINK-1135) Blog post with topic "Accessing Data Stored in Hive with Flink"

2014-10-01 Thread Timo Walther (JIRA)
Timo Walther created FLINK-1135: --- Summary: Blog post with topic "Accessing Data Stored in Hive with Flink" Key: FLINK-1135 URL: https://issues.apache.org/jira/browse/FLINK-1135 Project: Flink

[jira] [Created] (FLINK-1134) On the client side, the JVM does not terminate using RemoteCollectorOutputFormat

2014-10-01 Thread Fabian Tschirschnitz (JIRA)
Fabian Tschirschnitz created FLINK-1134: --- Summary: On the client side, the JVM does not terminate using RemoteCollectorOutputFormat Key: FLINK-1134 URL: https://issues.apache.org/jira/browse/FLINK-1134

[jira] [Created] (FLINK-1133) Type extractor cannot determine type of function

2014-10-01 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1133: --- Summary: Type extractor cannot determine type of function Key: FLINK-1133 URL: https://issues.apache.org/jira/browse/FLINK-1133 Project: Flink Issue Type: Bug

Re: Apache Flink meetup in bay area by Robert and Ufuk

2014-10-01 Thread Márton Balassi
+1 for the event page and slides. :) On Wed, Oct 1, 2014 at 10:13 AM, Ufuk Celebi wrote: > Thanks Henry! > > @Robert: +1 for the events page and slides. > > On 30 Sep 2014, at 23:49, Robert Metzger wrote: > > > A big thank you to Henry who took care of getting the location and > planning > > th

Re: Apache Flink meetup in bay area by Robert and Ufuk

2014-10-01 Thread Ufuk Celebi
Thanks Henry! @Robert: +1 for the events page and slides. On 30 Sep 2014, at 23:49, Robert Metzger wrote: > A big thank you to Henry who took care of getting the location and planning > the meetup. > > I'm really excited that we have a lot of great events coming up. > Stockholm with currently

Re: Eclipse issue after latest dependency rework pr

2014-10-01 Thread Gyula Fora
That worked, thanks. On 30 Sep 2014, at 23:12, Stephan Ewen wrote: > Yes, I wanted to write a few pointers about such issues. > > We recently shaded the guava dependency, meaning that we have a custom > version of guava where all classes reside in > "org.apache.flink.shaded.com.google" and mave