Re: Various forks

2016-03-19 Thread Xiangrui Meng
We made that fork to hide package private classes/members in the generated Java API doc. Otherwise, the Java API doc is very messy. The patch is to map all private[*] to the default scope in the generated Java code. However, this might not be the expected behavior for other packages. So it didn't

Re: Various forks

2016-03-15 Thread Reynold Xin
+Xiangrui On Tue, Mar 15, 2016 at 10:24 AM, Sean Owen wrote: > Picking up this old thread, since we have the same problem updating to > Scala 2.11.8 > > https://github.com/apache/spark/pull/11681#issuecomment-196932777 > > We can see the org.spark-project packages here: > >

Re: Various forks

2016-03-15 Thread Sean Owen
Picking up this old thread, since we have the same problem updating to Scala 2.11.8 https://github.com/apache/spark/pull/11681#issuecomment-196932777 We can see the org.spark-project packages here: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.spark-project%22 I've forgotten who

Various forks

2015-06-25 Thread Iulian DragoČ™
Could someone point the source of the Spark-fork used to build genjavadoc-plugin? Even more important it would be to know the reasoning behind this fork. Ironically, this hinders my attempts at removing another fork, the Spark REPL fork (and the upgrade to Scala 2.11.7). See here