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''' + '''WARNING: This page is incomplete and is currently being worked on.''' This page will eventually describe the steps to follow in order to properly setup a Hadoop development environment. = Requirements = * Java 6 + * Ant + * Junit 3.8 * Your favorite IDE = Setup Your Development Environment in Linux = @@ -22, +24 @@ == /code/hadoop-core-trunk/build.xml:634: Could not create task or type of type: junit. == - Solution pending. + Refer to the following site: http://ant.apache.org/manual/OptionalTasks/junit.html + My default install of ant was missing ant-junit.jar in ANT_HOME/lib (for me, /usr/share/ant/lib), so I downloaded ant manually to get the jar. +
