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 MichaelLee:
http://wiki.apache.org/hadoop/HadoopUnderIDEA

The comment on the change is:
build/test/src is needed b/c there are various generated classes(i.e. RecInt)

------------------------------------------------------------------------------
  === test source directories ===
  {{{
  src/test
+ build/test/src
  }}}
  
- Exclude stuff under there that you do not need.
+  * Exclude stuff under there that you do not need.
+  * Like 'Source folders', everything under {{{build/}}} goes away on a clean 
build.  If you want to generate test files, you can run 'ant 
generate-test-records' task without building the entire thing
  
  === Build Paths ===
  Set these to the full path of where Hadoop's Ant build sticks things, such as 
:
-  * output:  {{{/home/user/hadoop-core/build/classes}}}
+  * Output:  {{{/home/user/hadoop-core/build/classes}}}
-  * Test output {{{/home/user/hadoop-core/build/test/classes}}}
+  * Test output: {{{/home/user/hadoop-core/build/test/classes}}}
  
  === Libraries ===
   * everything in the {{{lib/}}} directory.

Reply via email to