Guest User

DataNode ,Client Config

a guest
Feb 9th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 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.     <!-- Configuring ViewFS -->
  9.     <property>
  10.         <name>fs.defaultFS</name>
  11.         <value>viewfs://localhost:33332</value>
  12.     </property>
  13.  
  14.     <!-- Configuring Mount tables -->
  15.  
  16.     <property>
  17.         <name>fs.viewfs.mounttable.default.link./sam</name>
  18.         <value>hdfs://localhost:33333/</value>
  19.     </property>
  20.  
  21.     <property>
  22.         <name>fs.viewfs.mounttable.default.link./sander</name>
  23.         <value>hdfs://localhost:33334/</value>
  24.     </property>
  25.  
  26.     <property>
  27.         <name>fs.viewfs.mounttable.default.link./user</name>
  28.         <value>hdfs://localhost:33335/</value>
  29.     </property>
  30.  
  31.     <!-- Location for local storage -->
  32.     <property>
  33.         <name>hadoop.tmp.dir</name>
  34.         <value>/home/hduser/federatedtmp/</value>
  35.     </property>
  36.  
  37. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment