Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "EclipseEnvironment" page has been changed by TomWhite.
The comment on this change is: Added a note about how to run tests from Eclipse.
http://wiki.apache.org/hadoop/EclipseEnvironment?action=diff&rev1=37&rev2=38

--------------------------------------------------

  Eclipse will then create the project and build it.
  
  Note: in the case of MapReduce the `testjar` package is broken. This is 
expected since it is a part of a testcase that checks for incorrect packaging.
+ 
+ To run tests from Eclipse you need to additionally do the following:
+  * Under project Properties, select Java Build Path, and the Libraries tab
+  * Click "Add External Class Folder" and select the `build` directory of the 
current project (it has to be an External folder, or Eclipse will complain)
  
  == Longer instructions ==
  

Reply via email to