tbonelee commented on code in PR #4780: URL: https://github.com/apache/zeppelin/pull/4780#discussion_r1718115623
########## scripts/docker/interpreter/Dockerfile: ########## @@ -13,22 +13,24 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/zeppelin:0.8.0 +FROM apache/zeppelin:0.11.2-SNAPSHOT MAINTAINER Apache Software Foundation <[email protected]> -ENV SPARK_VERSION=2.3.3 -ENV HADOOP_VERSION=2.7 +ENV SPARK_VERSION=3.5.1 +ENV HADOOP_VERSION=3 Review Comment: Now that I think about it, I agree with your comment. It does seem more appropriate for users to control the Spark bin name. I'd reflect your suggestion in a new commit. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
