Re: How to run compile .jar in spark?

2013-11-25 Thread Michael Kun Yang
thanks On Mon, Nov 25, 2013 at 3:00 PM, Ankur Chauhan 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 2

Re: How to run compile .jar in spark?

2013-11-25 Thread Ankur Chauhan
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 wrote: > How to run compile .jar in spark?