Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: quick build

...

hadoop-ozone/dist/target/ozone-0.3.0-SNAPSHOT.tar.gz

Partial build

Ozone requires just a subset of the hadoop submodules (for example hdfs/common projects are needed but mapreduce/yarn projects are not). The build could be make faster with building just the ozone-dist project (-pl :hadoop-ozone-dist) and all of the dependencies (-am)

Code Block
languagebash
themeRDark
mvn clean package install -Phdds -DskipTests=true -Dmaven.javadoc.skip=true -Pdist -Dtar -DskipShade -am -pl :hadoop-ozone-dist