Dear Wiki user,

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

The following page has been changed by AlexLoddengaard:
http://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment

------------------------------------------------------------------------------
  ## page was renamed from HowToSetupYourEnvironment
+ 
+ '''WARNING: PAGE IN PROGRESS'''
+ 
  This page will eventually describe the steps to follow in order to properly 
setup a Hadoop development environment.
  
  = Requirements =
   * Java 6
+  * Your favorite IDE
  
- = Common Errors =
+ = Setup Your Development Environment in Linux =
+ The instructions below talk about how to get an environment setup using the 
command line to build, control source, and test.  These instructions are 
therefor IDE independent.  Take a look at EclipseEnvironment for instructions 
on how to configure Eclipse to build, control source, and test.
  
- == Build Errors ==
+ # Get the source.  This is documented here: HowToContribute
+ # cd into ''hadoop-core-trunk'', or whatever you named the directory
+ # attempt to run ''ant test''
+ ## If you get any build errors, then consult the ''Build Errors'' section 
below.
  
+ = Build Errors =
+ 
- === /code/hadoop-core-trunk/build.xml:634: Could not create task or type of 
type: junit. ===
+ == /code/hadoop-core-trunk/build.xml:634: Could not create task or type of 
type: junit. ==
  
  Solution pending.
  

Reply via email to