Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
- <!-- Put site-specific property overrides in this file. -->
- <configuration>
- <!-- Configuring ViewFS -->
- <property>
- <name>fs.defaultFS</name>
- <value>viewfs://localhost:33332</value>
- </property>
- <!-- Configuring Mount tables -->
- <property>
- <name>fs.viewfs.mounttable.default.link./sam</name>
- <value>hdfs://localhost:33333/</value>
- </property>
- <property>
- <name>fs.viewfs.mounttable.default.link./sander</name>
- <value>hdfs://localhost:33334/</value>
- </property>
- <property>
- <name>fs.viewfs.mounttable.default.link./user</name>
- <value>hdfs://localhost:33335/</value>
- </property>
- <!-- Location for local storage -->
- <property>
- <name>hadoop.tmp.dir</name>
- <value>/home/hduser/federatedtmp/</value>
- </property>
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment