You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Michael Kun Yang <ku...@stanford.edu> on 2013/11/25 23:12:49 UTC

How to run compile .jar in spark?

How to run compile .jar in spark?
For hadoop, I can use
hadoop -jar ...

Thank you!
-M

Re: How to run compile .jar in spark?

Posted by Michael Kun Yang <ku...@stanford.edu>.
thanks


On Mon, Nov 25, 2013 at 3:00 PM, Ankur Chauhan <ac...@brightcove.com>wrote:

> Have a look at
> https://github.com/apache/incubator-spark/blob/master/run-example
> That should help you figure out how to run a jar file using spark (given
> you have the classpath/dependencies set up).
>
> -- Ankur
>
> On 25 Nov 2013, at 14:12, Michael Kun Yang <ku...@stanford.edu> wrote:
>
> How to run compile .jar in spark?
> For hadoop, I can use
> hadoop -jar ...
>
> Thank you!
> -M
>
>
>

Re: How to run compile .jar in spark?

Posted by Ankur Chauhan <ac...@brightcove.com>.
Have a look at https://github.com/apache/incubator-spark/blob/master/run-example
That should help you figure out how to run a jar file using spark (given you have the classpath/dependencies set up).

-- Ankur

On 25 Nov 2013, at 14:12, Michael Kun Yang <ku...@stanford.edu> wrote:

> How to run compile .jar in spark?
> For hadoop, I can use
> hadoop -jar ...
> 
> Thank you!
> -M