Re: No SparkVersion.java on branch-0.5

2015-11-26 Thread Fengdong Yu
Hi I built 0.5.5 with Spark1.5.2, I had to add spark version to SparkVersion.java, then I found this question. Thanks for the answer. > On Nov 27, 2015, at 9:39 AM, moon soo Lee wrote: > > Hi, > > Thanks for the good question. > > It's because of the SparkVersion class is introduced after

Re: No SparkVersion.java on branch-0.5

2015-11-26 Thread moon soo Lee
Hi, Thanks for the good question. It's because of the SparkVersion class is introduced after 0.5.0. Until 0.5.0, once Zeppelin is compiled, it works only with a Spark version that used in compiling. But from 0.5.6, Zeppelin can work with any (supported) version of Spark once it is compiled, and

No SparkVersion.java on branch-0.5

2015-11-26 Thread Fengdong Yu
Hi Why spark/src/main/java/org/apache/zeppelin/spark/SparkVersion.java doesn’t exist under branch-0.5? but it exists under master and branch-0.5.5