On 2 October 2014 21:38, Marius Soutier wrote:
>
> On 02.10.2014, at 13:32, Mark Mandel wrote:
>
> How do I store a JAR on a cluster? Is that through storm-submit with a
> deploy mode of "cluster” ?
>
>
> Well, just upload it? scp, ftp, and so on. Ideally your buil
Hi,
So I'm super confused about how to take my Spark code and actually deploy
and run it on a cluster.
Let's assume I'm writing in Java, and we'll take a simple example such as:
https://github.com/apache/spark/blob/master/examples/src/main/java/org/apache/spark/examples/JavaLogQuery.java,
and thi