  <property>
     <name>dfs.namenode.name.dir.ns1</name>
     <value>[path to namenode store]</value>
     <description>Path on the local filesystem where the NameNode stores the namespace and transaction logs persistently.</description>
   </property>
   <property>
     <name>dfs.namenode.name.dir.ns2</name>
     <value>[path to namenode store]</value>
     <description>Path on the local filesystem where the NameNode stores the namespace and transaction logs persistently.</description>
   </property>
   <property>
     <name>dfs.nameservices</name>
     <value>ns1,ns2</value>
   </property>
   <property>
     <name>dfs.namenode.rpc-address.ns1</name>
     <value>[ip:port]</value>
   </property>
   <property>
     <name>dfs.namenode.http-address.ns1</name>
     <value>[ip:port]</value>
   </property>
   <property>
     <name>dfs.namenode.secondaryhttp-address.ns1</name>
     <value>[ip:port]</value>
   </property>
   <property>
     <name>dfs.namenode.rpc-address.ns2</name>
     <value>[ip:port]</value>
   </property>
   <property>
     <name>dfs.namenode.http-address.ns2</name>
     <value>[ip:port]</value>
   </property>
   <property>
     <name>dfs.namenode.secondaryhttp-address.ns2</name>
     <value>[ip:port]</value>
   </property>
 
 
