Re: process of executing a program in a distributed environment without hadoop

2016-01-19 Thread Akhil Das
If you are processing a file, then you can keep the same file in all machines in the same location and everything should work. Thanks Best Regards On Wed, Jan 20, 2016 at 11:15 AM, Kamaruddin wrote: > I want to execute a program in a distributed environment without using > hadoop > and only in

Re: process of executing a program in a distributed environment without hadoop

2016-01-21 Thread nsalian
Thanks for the question. The documentation here: https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit enlists a variety of submission techniques. You can vary the Master URLs to suit your needs whether it be local/ yarn or mesos. - Nee