You can check "spark.master" property in conf/spark-defaults.conf and try
to give IP of the VM in place of "localhost".

On Tue, Feb 16, 2016 at 7:48 AM, KhajaAsmath Mohammed <
mdkhajaasm...@gmail.com> wrote:

> Hi,
>
> I am new to spark and starting working on it by writing small programs. I
> am able to run those in cloudera quickstart VM but not able to run in the
> eclipse when giving master URL
>
> *Steps I perfromed:*
>
> Started Master and can access it through http://localhost:8080
>
> Started worker and access it.
>
> Ran the wordcount by giving master as spark://localhost:7077 but no output
> and I cant see the application Id also in master web UI.
>
> I tried with master as local and was able to run successfully. I want to
> run on the master so that I can view logs in master and worker. any
> suggestions for this?
>
> Thanks,
> Asmath
>
>
>

Reply via email to