Advertisement
humayun0156

hdfs-site.xml

Dec 24th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 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.  
  9.  
  10. <property>
  11.   <name>dfs.replication</name>
  12.   <value>2</value>
  13.   <description>Default block replication.
  14.   The actual number of replications can be specified when the file is created.
  15.   The default is used if replication is not specified in create time.
  16.   </description>
  17. </property>
  18.  
  19. <property>
  20.     <name>dfs.data.dir</name>
  21.     <value>/opt/hadoop/hdfs/data</value>
  22. </property>
  23. <property>
  24.   <name>dfs.name.dir</name>
  25.   <value>/opt/hadoop/hdfs/name</value>
  26. </property>
  27.  
  28.  
  29.  
  30.  
  31. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement