Software downloads
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.
To verify Bigtop releases using GPG:
-
Download the release bigtop-X.Y.Z-project.tar.gz from links above.
-
Download the signature file pgp(bigtop-X.Y.Z-project.tar.gz.asc) from links above.
-
Download the Bigtop KEYS file.
-
$ gpg --import KEYS
-
$ gpg --verify bigtop-X.Y.Z-src.tar.gz.asc
To verify Bigtop releases using SHA-256 or SHA-512:
-
Download the release bigtop-X.Y.Z-project.tar.gz from links above.
-
Download the checksum file sha256/512 from links above.
-
$ 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):
-
Download the release bigtop-X.Y.Z-project.tar.gz from links above.
-
Download the checksum file sha1 or md5 from links above.
-
$ shasum bigtop-X.Y.Z-src.tar.gz
$ md5 bigtop-X.Y.Z-src.tar.gz