Versions Compared

Key

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

...

To build the ozone/hdds subprojects, use the pom.xml from the main repository of hadoop-ozone.

Code Block
languagebash
themeRDark
git clone https://github.com/apache/hadoop-ozone.git
cd hadoop-ozone
mvn clean install package -DskipShade -DskipRecon -DskipTests -Pdist -Dtar

...