Versions Compared

Key

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

...

Build From Git Repo


Get the Apache Hadoop Ozone source code from the Apache Git repository. Then check out trunk and build it with the the hdds Maven profile enabled.

Code Block
languagebash
themeRDark
  git clone https://gitboxgithub.com/apache.org/repos/asf/hadoop/ozone.git
  cd cd hadoop-ozone
  mvn clean install -Phdds -DskipTests=true -Dmaven.javadoc.skip=true -Pdist -Dtar -DskipShade

...

Download and extract a source tarball from https://hadoopozone.apache.org/ozone/downloads/ E.g.

Code Block
languagebash
themeRDark
  tar xf hadoop-ozone-0.3.0-alpha-src.tar.gz
  cd hadoop-ozone-0.3.0-alpha-src-with-hdds/
  mvn clean install -Phdds -DskipTests=true -Dmaven.javadoc.skip=true -Pdist -Dtar -DskipShade

...

Download and extract a binary release from https://hadoopozone.apache.org/ozone/downloads/ E.g.

Code Block
languagebash
themeRDark
  tar xf hadoop-ozone-0.3.0-alpha.tar.gz
  cd hadoop-ozone-0.3.0-alpha/

...