Skip to content
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

Spark application needs documentation on adding jars #514

Open
snowch opened this issue Sep 24, 2021 · 0 comments
Open

Spark application needs documentation on adding jars #514

snowch opened this issue Sep 24, 2021 · 0 comments

Comments

@snowch
Copy link
Contributor

snowch commented Sep 24, 2021

The docs page needs instructions for adding jars.

The method I used was:

  • On the livy, master and worker nodes
    • kubectl exec --it NODE -- bash
    • run spark_shell with --packages parameter
    • copy libs from /root/.ivy2/jars to SPARK_HOME/jars
    • restart spark or livy service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants