Re: Compile fails with scala 2.11.4

2016-01-20 Thread Chiwan Park
Thanks for sharing, Ritesh! Regards, Chiwan Park > On Jan 21, 2016, at 12:28 AM, Ritesh Kumar Singh > wrote: > > Thanks for the update Robert, I tried it out and it works fine for > scala_2.11.4 version. > I've made a docker image of the same and put it up on the hub just in case > anyone el

Re: Compile fails with scala 2.11.4

2016-01-20 Thread Ritesh Kumar Singh
Thanks for the update Robert, I tried it out and it works fine for scala_2.11.4 version. I've made a docker image of the same and put it up on the hub just in case anyone else needs it. Thanks, *Ritesh Kumar Singh,* *https://rites

Re: Compile fails with scala 2.11.4

2016-01-20 Thread Robert Metzger
Hi, in the latest master, the "tools/change-scala-version.sh" should be fixed. Also, the 1.0-SNAPSHOT version deployed to the snapshot repository should be good again. @Ritesh: The commands were correct. I'm not sure if Flink builds with Scala 2.11.4, the default 2.11 version we are using is 2.11

Re: Compile fails with scala 2.11.4

2016-01-18 Thread Prez Cannady
Assuming you haven’t already migrated back to 2.10, you might try this; $ git checkout release-0.10 $ tools/change-scala-version 2.11 $ mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dscala.version=2.11.4 -Dscala.binary.version=2.11 Then try building your project. Building under

Re: Compile fails with scala 2.11.4

2016-01-18 Thread Ritesh Kumar Singh
Thanks for the replies. @Chiwan, I am switching back to scala_2.10.4 for the time being. I was using scala_2.11.4 as this is the version I've compiled spark with. But anyways, I can wait for the bug to be resolved. @Robert, the commands were as follows: $tools/change-scala-version.sh 2.11 $mvn cl

Re: Compile fails with scala 2.11.4

2016-01-18 Thread Robert Metzger
How did start the Flink for Scala 2.11 compilation ? On Mon, Jan 18, 2016 at 11:41 AM, Chiwan Park wrote: > Hi Ritesh, > > This problem seems already reported [1]. Flink community is investigating > this issue. I think that if you don’t need Scala 2.11, use Scala 2.10 until > the issue is solved

Re: Compile fails with scala 2.11.4

2016-01-18 Thread Chiwan Park
Hi Ritesh, This problem seems already reported [1]. Flink community is investigating this issue. I think that if you don’t need Scala 2.11, use Scala 2.10 until the issue is solved. [1]: http://mail-archives.apache.org/mod_mbox/flink-user/201601.mbox/%3CCAB6CeiZ_2snN-piXzd3gHnyQePu_PA0Ro7qXUF8

Compile fails with scala 2.11.4

2016-01-18 Thread Ritesh Kumar Singh
[ERROR] /home/flink/flink-runtime/src/test/scala/org/apache/flink/runtime/jobmanager/JobManagerITCase.scala:703: *error: can't expand macros compiled by previous versions of Scala* [ERROR] assert(cachedGraph2.isArchived) [ERROR] ^ [ERROR] one error fo