That does not look like the RM UI. Please check your configuration for
the port (see Ted's e-mail).
On Mon, Mar 2, 2015 at 4:45 PM, Anupama Joshi wrote:
> Hi ,
> port 8088 does not show me anything .(can not connect)
> where as port ec2-52-10-234-111.us-west-2.compute.amazonaws.com:9026 shows
>
Default RM Web UI port is 8088 (configurable
through yarn.resourcemanager.webapp.address)
Cheers
On Mon, Mar 2, 2015 at 4:14 PM, Anupama Joshi
wrote:
> Hi Marcelo,
> Thanks for the quick reply.
> I have a EMR cluster and I am running the spark-submit on the master node
> in the cluster.
> When
That's the RM's RPC port, not the web UI port. (See Ted's e-mail -
normally web UI is on 8088.)
On Mon, Mar 2, 2015 at 4:14 PM, Anupama Joshi wrote:
> Hi Marcelo,
> Thanks for the quick reply.
> I have a EMR cluster and I am running the spark-submit on the master node in
> the cluster.
> When I s
Hi Marcelo,
Thanks for the quick reply.
I have a EMR cluster and I am running the spark-submit on the master node
in the cluster.
When I start the spark-submit , I see
15/03/02 23:48:33 INFO client.RMProxy: Connecting to ResourceManager at /
172.31.43.254:9022
But If I try that URL or the use the e
What are you calling ""? In yarn-cluster mode, the driver
is running somewhere in your cluster, not on the machine where you run
spark-submit.
The easiest way to get to the Spark UI when using Yarn is to use the
Yarn RM's web UI. That will give you a link to the application's UI
regardless of whet