zjffdu commented on a change in pull request #3307: ZEPPELIN-4005.
SparkRInterpreter is broken for spark 2.1.3 and 2.2.2
URL: https://github.com/apache/zeppelin/pull/3307#discussion_r261827398
##########
File path:
zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinSparkClusterTest21.java
##########
@@ -34,7 +34,7 @@ public ZeppelinSparkClusterTest21(String sparkVersion)
throws Exception {
@Parameterized.Parameters
public static List<Object[]> data() {
return Arrays.asList(new Object[][]{
- {"2.1.2"}
+ {"2.1.3"}
Review comment:
0.5.0 is the latest livy release, livy community is discussing release of
0.6.0
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services