Advertisement
Guest User

Name Node 1, core-site.xml

a guest
Feb 9th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 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>fs.defaultFS</name>
  10.         <value>hdfs://localhost:33333/</value>
  11.     </property>
  12.  
  13.     <property>
  14.         <name>hadoop.tmp.dir</name>
  15.         <value>/home/hduser/federated-dir/hdfs1</value>
  16.     </property>
  17.  
  18. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement