Re: Naive question

2016-01-08 Thread Stephan Ewen
Hi! This looks like a mismatch between the Scala dependency in Flink and Scala in your Eclipse. Make sure you use the same for both. By default, Flink reference Scala 2.10 If your IDE is set up for Scala 2.11, set the Scala version variable in the Flink root pom.xml also to 2.11 Greetings, Steph

Re: Naive question

2016-01-08 Thread Chiwan Park
Hi, Because I’m not user of Eclipse so I’m not sure but think that IDE Setup documentation [1] on Flink homepage could help you. [1] https://ci.apache.org/projects/flink/flink-docs-master/internals/ide_setup.html > On Jan 8, 2016, at 8:30 PM, Stephan Ewen wrote: > > Hi! > > This looks like

RE: Naive question

2016-01-11 Thread Vasudevan, Ramkrishna S
wen Sent: Friday, January 8, 2016 5:01 PM To: dev@flink.apache.org Subject: Re: Naive question Hi! This looks like a mismatch between the Scala dependency in Flink and Scala in your Eclipse. Make sure you use the same for both. By default, Flink reference Scala 2.10 If your IDE is set up for Sc

Re: Naive question

2016-01-11 Thread Chiwan Park
nks a lot and apologies for the naïve question. > > Regards > Ram > -Original Message- > From: ewenstep...@gmail.com [mailto:ewenstep...@gmail.com] On Behalf Of > Stephan Ewen > Sent: Friday, January 8, 2016 5:01 PM > To: dev@flink.apache.org > Subject: Re: Naive quest

RE: Naive question

2016-01-11 Thread Vasudevan, Ramkrishna S
- From: Chiwan Park [mailto:chiwanp...@apache.org] Sent: Monday, January 11, 2016 4:37 PM To: dev@flink.apache.org Subject: Re: Naive question Hi Ram, If you want to build Flink with Scala 2.10, just checkout Flink repository from github or download source code from homepage, run `mvn cle

Re: Naive question

2016-01-12 Thread Stephan Ewen
for helping me out. > > Regards > Ram > > -Original Message- > From: Chiwan Park [mailto:chiwanp...@apache.org] > Sent: Monday, January 11, 2016 4:37 PM > To: dev@flink.apache.org > Subject: Re: Naive question > > Hi Ram, > > If you want to build Flink with Scala 2.1

RE: Naive question

2016-01-12 Thread Vasudevan, Ramkrishna S
12, 2016 4:10 PM To: dev@flink.apache.org Subject: Re: Naive question Sorry to hear that it did not work out with Eclipse at all in the end, even with all adjustments. Just making sure: You imported Flink as a Maven project, not manually adding the big Flink dependency JAR? On Tue, Jan 12

Re: Naive question

2016-01-12 Thread Chiwan Park
; > Regards > Ram > > -Original Message- > From: ewenstep...@gmail.com [mailto:ewenstep...@gmail.com] On Behalf Of > Stephan Ewen > Sent: Tuesday, January 12, 2016 4:10 PM > To: dev@flink.apache.org > Subject: Re: Naive question > > Sorry to hear that it did not work o

Re: Naive question

2016-01-12 Thread Stephan Ewen
t; Regards > > Ram > > > > -Original Message- > > From: ewenstep...@gmail.com [mailto:ewenstep...@gmail.com] On Behalf Of > Stephan Ewen > > Sent: Tuesday, January 12, 2016 4:10 PM > > To: dev@flink.apache.org > > Subject: Re: Naive question >

Re: Naive question

2016-01-12 Thread Chiwan Park
t;> Ram >>> >>> -Original Message- >>> From: ewenstep...@gmail.com [mailto:ewenstep...@gmail.com] On Behalf Of >> Stephan Ewen >>> Sent: Tuesday, January 12, 2016 4:10 PM >>> To: dev@flink.apache.org >>> Subject: Re: Naive quest

RE: Naive question

2016-01-12 Thread Vasudevan, Ramkrishna S
This is scala IDE Release 4.4.0. So without doing mvn eclipse:eclipse - how to you import the project directly? Regards Ram -Original Message- From: Chiwan Park [mailto:chiwanp...@apache.org] Sent: Tuesday, January 12, 2016 4:54 PM To: dev@flink.apache.org Subject: Re: Naive question

Re: Naive question

2016-01-12 Thread Chiwan Park
you import the project directly? > > Regards > Ram > -Original Message- > From: Chiwan Park [mailto:chiwanp...@apache.org] > Sent: Tuesday, January 12, 2016 4:54 PM > To: dev@flink.apache.org > Subject: Re: Naive question > > Because I tested with Scala I