You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 309 Next »

An example of a hama-site.xml file:

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
  <property>
    <name>fs.default.name</name>
    <value>hdfs://yourdomain:54310</value>
  </property>
  <property>
    <name>hbase.master</name>
    <value>yourdomain:60000</value>
  </property>
</configuration>
  • No labels