Add hama configuration files.
-----------------------------
Key: HAMA-23
URL: https://issues.apache.org/jira/browse/HAMA-23
Project: Hama
Issue Type: New Feature
Components: scripts
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.1.0
To start the hama, we basically need to set hadoop dfs name and hbase master
url.
conf.set("fs.default.name", "hdfs://udanax.org:54310");
conf.set("hbase.master", "udanax.org:60000");
It can be added to the hama-site.xml by user.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.