-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-6067] Add docker-compose file for running with Spark #4820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZEPPELIN-6067] Add docker-compose file for running with Spark #4820
Conversation
Reamer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| ```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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to install spark out side of the container?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I see, you mount the Spark binary into the container later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pan3793
I used the mounting method because I wanted to recommend running it according to the Spark version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pan3793 ping :)
|
This pull request has been inactive for over a year. If no further activity occurs within the next 30 days, it will be automatically closed. If you believe this PR is still relevant, please feel free to leave a comment or make an update. Thank you! |
|
This pull request has been automatically closed due to prolonged inactivity (over one year without updates). If you feel this was done in error or would like to continue the discussion, feel free to reopen it. Thank you for your contributions! |
What is this PR for?
Provide a YAML file that creates Apache Zeppelin and Apache Spark containers together using the
docker composecommand.What type of PR is it?
Improvement
Todos
What is the Jira issue?
https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-6067
How should this be tested?
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.tgzScreenshots (if appropriate)
Zeppelin UI (http://localhost:8080)

Spark Master UI (http://localhost:18080)

Spark Worker UI (http://localhost:18081)

Questions: