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 githttps://gitgitbox.apache.org/repos/asf/hadoop.git


Committers: for read/write access use

...