You can add the additional jar when submitting your job, something like:

./bin/spark-submit --jars xx.jar …

More options can be listed by just typing ./bin/spark-submit

From: shahab [mailto:shahab.mok...@gmail.com]
Sent: Tuesday, March 10, 2015 8:48 PM
To: user@spark.apache.org
Subject: Does any one know how to deploy a custom UDAF jar file in SparkSQL?

Hi,

Does any one know how to deploy a custom UDAF jar file in SparkSQL? Where 
should i put the jar file so SparkSQL can pick it up and make it accessible for 
SparkSQL applications?
I do not use spark-shell instead I want to use it in an spark application.

best,
/Shahab

Reply via email to