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 <[email protected]> wrote: > > 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 SparkVersion provides informations such as Spark > versions that supported from Zeppelin and feature differences between > versions. > > Hope this helps. > > Thanks, > moon > > On 2015년 11월 27일 (금) at 오전 9:56 Fengdong Yu <[email protected]> > wrote: > >> 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 >> >> >> >> >> >>
