Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need a copy of git on your system. Some IDEs ship with Git support; this page assumes you are using the command line.

Clone a local Git repository from the Apache repository. The Hadoop subprojects (common, HDFS, and MapReduce) live inside a combined repository called `hadoop.git`.

Code Block
git clone git://git.apache.org/hadoop.git

...

Code Block
https://git-wip-usgitbox.apache.org/repos/asf/hadoop.git

...