I got the same problem when I upgrade from 1.3.1 to 1.4.
The same Conf has been used, 1.3 works, but 1.4UI does not work.
So I added the
<property>
<name>yarn.resourcemanager.webapp.address</name>
<value>xxxx:8088</value>
</property>
<property>
<name>yarn.resourcemanager.hostname</name>
<value>xxxx</value>
</property>
To yarn-site.xml. The problem solved.
Spark 1.4 + Yarn 2.7 + Java 8
On Fri, Jun 19, 2015 at 8:48 AM, Sea <[email protected]> wrote:
> Hi, all:
> I run spark on yarn, I want to see the Jobs UI http://ip:4040/,
> but it redirect to http://
> ${yarn.ip}/proxy/application_1428110196022_924324/ which can not be
> found. Why?
> Anyone can help?
>