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 g

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: > > http://search.maven.o

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 maintai