You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hama.apache.org by Júlio Pires <ju...@gmail.com> on 2013/07/17 22:34:15 UTC

Hama Web Interfaces

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!

Re: Hama Web Interfaces

Posted by "Edward J. Yoon" <ed...@apache.org>.
Hi,

Local mode doesn't support web UI.

If you mean the pseudo distributed mode on single machine, see the
bspmaster logs.

13/07/18 09:39:14 INFO http.HttpServer: Port returned by
webServer.getConnectors()[0].getLocalPort() before open() is -1.
Opening the listener on 40013
13/07/18 09:39:14 INFO http.HttpServer: listener.getLocalPort()
returned 40013 webServer.getConnectors()[0].getLocalPort() returned
40013
13/07/18 09:39:14 INFO http.HttpServer: Jetty bound to port 40013

On Thu, Jul 18, 2013 at 5:34 AM, Júlio Pires <ju...@gmail.com> wrote:
> 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!



-- 
Best Regards, Edward J. Yoon
@eddieyoon