Jay Prajapati
Jay Prajapati

Reputation: 382

No remote Sparkclr jar found; please specify one with --remote-sparkclr-jar

I am submitting an application using sparkclr-submit to spark standalone cluster using

--deploy-mode cluster

but it's throwing an error:

No remote Sparkclr jar found; please specify one with --remote-sparkclr-jar

Which remote sparkclr-jar file do I need to pass?

Upvotes: 0

Views: 32

Answers (1)

Jay Prajapati
Jay Prajapati

Reputation: 382

I got an answer from the repository itself of Mobius on GitHub Microsoft/Mobius about this sparkclr-jar

i need to pass a jar file available in dependencies of that directory.

it was inside

runtime\dependencies\

and jar file was spark-csv_2.10-1.4.0.jar

Thanks

Upvotes: 0

Related Questions