Skip to content

How to add a jar at runtime #6189

Answered by pan3793
smokeriu asked this question in Q&A
Discussion options

You must be logged in to vote

I suppose you are asking, "How to add jars from the client's local file system to the remote Spark engine?"

The typical solution is:

  1. upload the jar to a shared filesystem, e.g. HDFS
  2. execute ADD JAR hdfs:///path/of/jar

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by smokeriu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants