12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <configuration>
- <property>
- <name>username.client.mapred.input</name>
- <value>/user/user01/mapred/example/input/</value>
- </property>
- <property>
- <name>username.client.mapred.output</name>
- <value>/user/user01/mapred/example/output/</value>
- </property>
- <property>
- <name>username.client.filelist.conf</name>
- <value>test.txt</value>
- </property>
- <property>
- <name>mapreduce.app-submission.cross-platform</name>
- <value>true</value>
- </property>
- </configuration>
|