Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "GitAndHadoop" page has been changed by SteveLoughran. http://wiki.apache.org/hadoop/GitAndHadoop?action=diff&rev1=3&rev2=4 -------------------------------------------------- This Ant target not only builds the JAR files, it copies it to the local {{{${user.home}/.m2}}} directory, where it will be picked up by the "internal" resolver. You can check that this is taking place by running {{{ant ivy-report}}} on a project and seeing where it gets its dependencies. - If there are problems, don't be afraid to {{rm -rf ~/.m2/repository/org/apache/hadoop}} and {{rm -rf ~/.ivy2/cache/org.apache.hadoop}} to remove local copies of artifacts. + If there are problems, don't be afraid to {{{rm -rf ~/.m2/repository/org/apache/hadoop}}} and {{{rm -rf ~/.ivy2/cache/org.apache.hadoop}}} to remove local copies of artifacts. === Testing ===
