RE: Building Flink 1.6.4 fails with "object scala in compiler mirror not found"

2019-10-08 Thread Aikio, Torste
Schepler Sent: tiistai 8. lokakuuta 2019 12:16 To: Aikio, Torste ; user@flink.apache.org Subject: Re: Building Flink 1.6.4 fails with "object scala in compiler mirror not found" The only cause I know for errors such as this are corrupt jars. Try cleaning the maven cache and see if

Re: Building Flink 1.6.4 fails with "object scala in compiler mirror not found"

2019-10-08 Thread Chesnay Schepler
The only cause I know for errors such as this are corrupt jars. Try cleaning the maven cache and see if the issue persists. On 07/10/2019 17:36, Aikio, Torste wrote: Hi, I'm trying to build Flink 1.6.4 from source and some of the tests for flink-scala module are failing for me. Are there some

Re: Building Flink 1.6.4 fails with "object scala in compiler mirror not found"

2019-10-07 Thread Congxian Qiu
Hi if you just want to skip the test, do you try to add `-DskipTests` when executing maven command. Best, Congxian Aikio, Torste 于2019年10月7日周一 下午11:36写道: > Hi, > > I'm trying to build Flink 1.6.4 from source and some of the tests for > flink-scala module are failing for me. Are there some add

Building Flink 1.6.4 fails with "object scala in compiler mirror not found"

2019-10-07 Thread Aikio, Torste
Hi, I'm trying to build Flink 1.6.4 from source and some of the tests for flink-scala module are failing for me. Are there some additional dependencies that I need to install to get the tests pass? The essential part of Maven output is here: Running org.apache.flink.api.scala.runtime.Tuple