RunProj.xml 795 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <cheatsheet title="MapReduce project run tutorial">
  3. <intro>
  4. <description>
  5. This tutorial informs you how to run your newly created
  6. MapReduce Project in one of two fashions: locally as a Java
  7. Application, or on a Hadoop Server.
  8. </description>
  9. </intro>
  10. <item title="Run as Java Application">
  11. <description>
  12. To run your MapReduce application locally, right-click on
  13. your Driver class in the Package Explorer and select <b>Run as
  14. / Java Application</b>.
  15. </description>
  16. </item>
  17. <item title="Run on Hadoop Server">
  18. <description>
  19. To run your MapReduce application on a Hadoop server, right-click on
  20. your Driver class in the Package Explorer and select <b>Run as
  21. / Run on Hadoop</b>.
  22. </description>
  23. </item>
  24. </cheatsheet>