[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-20 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1195 Tested this with spark 2.0 and scala 2.11. Spark 2.0 works well with scala, R and python. @minahlee comment makes sense - we should ship the latest version. --- If your project is

[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-19 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1195 After I look close the pom files, I don't see clear reason why spark.version is specified in scala-2.11 and scala-2.10 profiles.

[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1195 @minahlee I was trying to make 'zeppelin-spark' interpreter support spark 2.0 in this PR. If there're user demands, spark 2.0 support in 'zeppelin-zrinterpreter' can be addressed in separate

[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-19 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1195 Shall we also change spark version in https://github.com/apache/zeppelin/blob/master/r/pom.xml#L386 and https://github.com/apache/zeppelin/blob/master/r/pom.xml#L398 ? --- If your project is

[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1195 Now CI is green. Review this please. CI profile for spark 2.0 force spark version `2.0.0-preview` instead of `2.0.0`, because of spark 2.0.0 is not yet released. If this PR merges