Hello, I have installed Hama on my home computer but something is not working. When I start the bsp daemons they seem to start correctly, but if I run any of the examples they never seem to terminate. Also, accessing http://localhost:40013 gives a page not found error. My guess is that it's a config problem somewhere. I have set up the JAVA_HOME in conf/hama-env.xml and my conf/hama-site.xml looks like this:
<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> <property> <name>bsp.master.address</name> <value>localhost:40000</value> </property> <property> <name>fs.default.name</name> <value>hdfs://localhost:9000</value> </property> <property> <name>hama.zookeeper.quorum</name> <value>localhost</value> </property> </configuration> Any help would be appreciated. Regards, Tudor
