Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "GettingStarted" page has been changed by edwardyoon: https://wiki.apache.org/hama/GettingStarted?action=diff&rev1=76&rev2=77 == Settings == - * '''BSPMaster and Zookeeper settings''' - Figure out where to run your HDFS namenode and BSPMaster. Set the variable {{{bsp.master.address}}} to the BSPMaster's intended host:port. Set the variable {{{fs.default.name}}} to the HDFS Namenode's intended host:port. + * '''BSPMaster and Zookeeper settings''' - Figure out where to run your HDFS namenode and BSPMaster. Set the variable {{{bsp.master.address}}} to the BSPMaster's intended host:port. Set the variable {{{fs.defaultFS}}} to the HDFS Namenode's intended host:port. An example of a hama-site.xml file: {{{ @@ -125, +125 @@ </property> <property> - <name>fs.default.name</name> + <name>fs.defaultFS</name> <value>hdfs://host1.mydomain.com:9000/</value> <description> The name of the default file system. Either the literal string
