Versions Compared

Key

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

...

  1. Extract the source tarball and build the release from sources using:
    1. mvn clean install package -Pdist -DskipTests=true
  2. The binary tarball will be available at hadoop-dist/target/hadoop-<version>.tar.gz.

  3. Follow all the steps from the Verify Binary Release section below.
  4. Verify that the source distribution has no extra files/changes by diffing against the git tag in a local clone of the Hadoop repo. E.g.

    Code Block
    languagebash
    themeRDark
    $ git checkout release-3.1.0-RC1
    $ diff -r $PWD /tmp/hadoop-3.1.0  # Assuming RC src tarball was unpacked in /tmp/hadoop-3.1.0


 

Verify Binary Release Bits

...

Page properties
hiddentrue


Related issues