12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
- <configuration>
- <property>
- <name>fs.defaultFS</name>
- <value>hdfs://node1:8020</value>
- </property>
- <property>
- <name>hadoop.tmp.dir</name>
- <value>file:/var/hadoop/tmp</value>
- </property>
- <property>
- <name>hadoop.logfile.size</name>
- <value>10000000</value>
- </property>
- <property>
- <name>hadoop.logfile.count</name>
- <value>10</value>
- </property>
- </configuration>
|