jiayuasu commented on code in PR #1826: URL: https://github.com/apache/sedona/pull/1826#discussion_r1968058005
########## docs/setup/docker.md: ########## @@ -144,6 +144,23 @@ This docker image can only be built against Sedona 1.7.0+ and Spark 3.3+ * Spark job UI: http://localhost:4040 * Spark master web UI: http://localhost:8080/ * Spark work web UI: http://localhost:8081/ +* Apache Zeppelin: http://localhost:8085/ + +### Zeppelin Configuration + +1. Access Zeppelin at [http://localhost:8085/classic/#/helium](http://localhost:8085/classic/#/helium). +2. Enable the `sedona-zeppelin` helium plugin. +3. Navigate to [http://localhost:8085/classic/#/interpreter](http://localhost:8085/classic/#/interpreter), search for `spark`, and click `edit`. Review Comment: @sshiv012 This is awesome! Is there a way to enable all these by default so the user does not need to config himself? -- 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]
