maziyarpanahi commented on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8 URL: https://github.com/apache/zeppelin/pull/3290#issuecomment-457202452 OK, I have the results. I have successfully built Zeppelin with this pull request as follow: ``` mvn clean package -DskipTests -Pspark-2.4 -Pscala-2.11 ``` Obviously, the whole notebook worked in Spark 2.4 without any issue regarding `CSV`, `JSON`, and a bunch of other stuff like ML Pipeline. I then downloaded spark-2.3.2 and changed the SPARK_HOME to this. The notebook ran successfully without any issue as `spark.version 2.3.2`. @zjffdu Is there any other tests would you like me to do? Many thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
