Leemoonsoo opened a new pull request #4077:
URL: https://github.com/apache/zeppelin/pull/4077


   ### What is this PR for?
   This PR makes Zeppelin supports Spark 3.1.1.
   In my quick test, the current Spark interpreter seems to work fine with 
Spark 3.1.1 without modification, when the version check passes. So, this PR 
simply update `UNSUPPORTED_FUTURE_VERSION` to Spark `3.2.0` from `3.1.0`.
   
   However, if anyone sees a problem with Spark 3.1.1, please comment.
   
   ### What type of PR is it?
   Improvement
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-5273
   https://issues.apache.org/jira/browse/ZEPPELIN-5278
   
   ### How should this be tested?
   Configure SPARK_HOME env variable to point Spark 3.1.1 binary and run Spark 
APIs, such as
   
   ```
   %spark
   println(sc.version)
   sc.parallelize(1 to 10).count
   ```
   
   ### Questions:
   * Does the licenses files need update? no
   * Is there breaking changes for older versions? no
   * Does this needs documentation? no
   


----------------------------------------------------------------
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


Reply via email to