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 <[email protected]> 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
