Software downloads

Latest Release

You can download the latest most stable release of Apache Bigtop project. Source code of the framework will allow you to build, deploy, test, and work with distributed (cluster) software for processing of large amounts of data.

Previous Releases

To verify Bigtop releases using GPG:

  1. Download the release bigtop-X.Y.Z-project.tar.gz from links above.
  2. Download the signature file pgp(bigtop-X.Y.Z-project.tar.gz.asc) from links above.
  3. Download the Bigtop KEYS file.
  4. $ gpg --import KEYS
  5. $ gpg --verify bigtop-X.Y.Z-src.tar.gz.asc

To verify Bigtop releases using SHA-256 or SHA-512:

  1. Download the release bigtop-X.Y.Z-project.tar.gz from links above.
  2. Download the checksum file sha256/512 from links above.
  3. $ shasum -a 256 bigtop-X.Y.Z-src.tar.gz
    $ shasum -a 512 bigtop-X.Y.Z-src.tar.gz

To verify Bigtop releases using SHA-1 or MD5(previous releases only):

  1. Download the release bigtop-X.Y.Z-project.tar.gz from links above.
  2. Download the checksum file sha1 or md5 from links above.
  3. $ shasum bigtop-X.Y.Z-src.tar.gz
    $ md5 bigtop-X.Y.Z-src.tar.gz