Re: Naive question

2016-01-12 Thread Stephan Ewen
-DskipTests. > > > > 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 > >

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 Stephan Ewen
g 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.10, just ch

Re: Naive question

2016-01-12 Thread Chiwan Park
n install -DskipTests. > > 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
pTests. >>> >>> 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@flin

Re: Naive question

2016-01-11 Thread Chiwan Park
come this? > > Once again thanks 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.apac

RE: Naive question

2016-01-11 Thread Vasudevan, Ramkrishna S
ent: 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 Scala 2

RE: Naive question

2016-01-11 Thread Vasudevan, Ramkrishna S
: 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 clean install

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,

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! >