Hi,
I'm using local mode of Apache Hama (0.6.2) and Hadoop (1.1.2).
In the file Hama-default.xml, i have the following properties:
Hama Web Interfaces
<property>
<name>bsp.http.infoserver.port</name>
<value>40013</value>
<description>The port where the web-interface can be seen.
</description>
</property>
<property>
<name>bsp.http.groomserver.port</name>
<value>40015</value>
<description>The port where the web-interface can be seen.
</description>
</property>
However, I can't access both Web UI's. Though, I can access the Hadooppages UI.
Is there any known issues?
Thanks!