pan3793 commented on code in PR #4820:
URL: https://github.com/apache/zeppelin/pull/4820#discussion_r1766267877


##########
scripts/docker/zeppelin-quick-start/README.md:
##########
@@ -27,3 +27,81 @@ docker compose -f docker-compose-zeppelin-only.yml stop
       ZEPPELIN_JMX_PORT: 9996 # Port number which JMX uses
       ZEPPELIN_MEM: -Xmx1024m -XX:MaxMetaspaceSize=512m # JVM mem options
 ```
+
+### Zeppelin With Apache Spark
+#### Install Spark Binary File
+```bash
+cd scripts/docker/zeppelin-quick-start
+wget 
https://archive.apache.org/dist/spark/spark-3.5.2/spark-3.5.2-bin-hadoop3.tgz
+tar -xvf spark-3.5.2-bin-hadoop3.tgz

Review Comment:
   why do we need to install spark out side of the container?



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

Reply via email to