Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove explicit package phase, already executed due to install phase

...

Code Block
languagebash
themeRDark
  git clone git://git.apache.org/hadoop.git
  cd hadoop
  git checkout trunk
  mvn clean package install -Phdds -DskipTests=true -Dmaven.javadoc.skip=true -Pdist -Dtar -DskipShade

...

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

...