Have a look at my project:
<https://github.com/adamnovak/sequence-graphs/blob/master/importVCF/src/main/scala/importVCF.scala>.

I use the SBT Native Packager, which dumps my jar and all its
dependency jars into one directory. Then I have my code find the jar
it's running from, and loop through that directory, sending all the
jars in there off to Spark.

-Adam Novak
UCSC Bioinformatics Ph.D. Student

On Thu, Mar 13, 2014 at 2:46 AM, dmpour23 <dmpou...@gmail.com> wrote:
> Hi,
>
> Can anyone point out any examples on the web other than the java examples
> offered by the spark documentation.
> To be more specific an example using external jars and property files in the
> classpath.
>
> Thanks in advance
> Dimitri
>
>
>
> --
> View this message in context: 
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Java-example-using-external-Jars-tp2647.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to