zjffdu commented on a change in pull request #3325: [ZEPPELIN-4030] spark-scala-2.10 won't be built under some profile URL: https://github.com/apache/zeppelin/pull/3325#discussion_r264279267
########## File path: spark/spark-scala-parent/pom.xml ########## @@ -34,6 +34,11 @@ <packaging>pom</packaging> <name>Zeppelin: Spark Scala Parent</name> + <properties> + <!-- --> + <spark.runtime.version>2.2.0</spark.runtime.version> Review comment: I changed it to 2.4.0, but actually it doesn't matter which version I specified here. Because type of spark-scala-parent is pom and the spark version will be override by its child module scala-2.10 and scala-2.11. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services