Advertisement
Guest User

Name Node 1, hdfs-site.xml

a guest
Feb 9th, 2012
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3.  
  4. <!-- Put site-specific property overrides in this file. -->
  5.  
  6. <configuration>
  7.  
  8.     <property>
  9.         <name>dfs.federation.nameservice.id</name>
  10.         <value>ns1</value>
  11.     </property>
  12.  
  13.     <property>
  14.         <name>dfs.namenode.http-address</name>
  15.         <value>localhost:44444</value>
  16.     </property>
  17.  
  18.     <property>
  19.         <name>dfs.replication</name>
  20.         <value>1</value>
  21.     </property>
  22. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement