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. The comment on this change is: fixing the symlinks. http://wiki.apache.org/hadoop/GitAndHadoop?action=diff&rev1=7&rev2=8 -------------------------------------------------- Next, symlink this file to every Hadoop module. Now a change in the file gets picked up by all three. {{{ - pushd hadoop-common; ln -s build.properties ../build.properties; popd + pushd hadoop-common; ln -s ../build.properties build.properties; popd - pushd hadoop-hdfs; ln -s build.properties ../build.properties; popd + pushd hadoop-hdfs; ln -s ../build.properties build.properties; popd - pushd hadoop-mapreduce; ln -s build.properties ../build.properties; popd + pushd hadoop-mapreduce; ln -s ../build.properties build.properties; popd }}} You are now all set up to build.
