user-mapred.xml 602 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <configuration>
  3. <property>
  4. <name>username.client.mapred.input</name>
  5. <value>/user/user01/mapred/example/input/</value>
  6. </property>
  7. <property>
  8. <name>username.client.mapred.output</name>
  9. <value>/user/user01/mapred/example/output/</value>
  10. </property>
  11. <property>
  12. <name>username.client.filelist.conf</name>
  13. <value>test.txt</value>
  14. </property>
  15. <property>
  16. <name>mapreduce.app-submission.cross-platform</name>
  17. <value>true</value>
  18. </property>
  19. </configuration>