[info] Warning: Unknown ScalaCheck args provided: -oDF

2016-10-29 Thread Jacek Laskowski
Hi, Just noticed the messages from the recent build of my pull request in Jenkins: [info] Warning: Unknown ScalaCheck args provided: -oDF I think we should fix it, right? Pozdrawiam, Jacek Laskowski https://medium.com/@jaceklaskowski/ Mastering Apache Spark 2.0 https://bit.ly/mastering-apa

GSoC projects related to Spark

2016-10-29 Thread aditya1702
Hello all, I am really interested in Spark. I have been doing small projects in machine learning using spark and would love to do a project in this year's GSoC. Can anyone tell me are there any projects related to Spark for this year's GSoC? -- View this message in context: http://apache-spark-

Re: Spark has a compile dependency on scalatest

2016-10-29 Thread Steve Loughran
On 29 Oct 2016, at 10:50, Sean Owen mailto:so...@cloudera.com>> wrote: Declare your scalatest dependency as test scope (which is correct anyway). That would override it I think as desired? not sure about that, but then mvn dependencies are one of those graph-theory problems. It may just add

Re: Spark has a compile dependency on scalatest

2016-10-29 Thread Sean Owen
Declare your scalatest dependency as test scope (which is correct anyway). That would override it I think as desired? On Fri, Oct 28, 2016, 21:22 Shixiong(Ryan) Zhu wrote: > This is my test pom: > > > 4.0.0 > foo > bar > 1.0 > > > > org.apache.spark > spark-core_2.10 > 2.0.1 >