2010/01/11 - Apache Beehive has been retired.

For more information, please explore the Attic.

Apache > Beehive
 

Apache Beehive 1.0.1 Release

How to download

Use the links below to download a distribution of Apache Beehive from one of our mirrors. It is good practice to verify the integrity of the distribution files.

Apache Beehive is distributed as a zip archive (for Windows) and as a tar.gz archive (for UNIX). The contents are the same, the only difference is the line-endings of all text files.

The distribution contains all of the source code, documentation, and resources, together with the pre-built ready-to-run Beehive binary.

Current official release (closest mirror site automatically selected)

You are currently using https://dlcdn.apache.org/. If you encounter a problem with this mirror, then please select another. If all mirrors are failing, there are backup mirrors at the end of the list. See status of mirrors.

Distributions

Use the links below to download a distribution of Apache Beehive from one of our mirrors. It is good practice to verify the integrity of the distribution files.

You are currently using https://dlcdn.apache.org/. If you encounter a problem with this mirror, then please select another. If all mirrors are failing, there are backup mirrors at the end of the list. See status of mirrors.

Other mirrors:

There are three different distributions:

  • bin distribution - contains the documentation, Javadoc, and JAR files for Beehive.
  • lib distribution - contains only the JAR files for Beehive.
  • src distribution - contains Beehive source files at the point which the binaries were built.

apache-beehive-1.0.1.zip [PGP] [MD5]
apache-beehive-1.0.1.tar.gz [PGP] [MD5]

apache-beehive-1.0.1-lib.zip [PGP] [MD5]
apache-beehive-1.0.1-lib.tar.gz [PGP] [MD5]

apache-beehive-1.0.1-docs.zip [PGP] [MD5]
apache-beehive-1.0.1-docs.tar.gz [PGP] [MD5]

apache-beehive-1.0.1-src.zip [PGP] [MD5]
apache-beehive-1.0.1-src.tar.gz [PGP] [MD5]

Verifying a Release

It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.

The PGP signatures can be verified using PGP or GPG. First download the Apaceh Beehive KEYS as well as the asc signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using:

% pgpk -a KEYS
% pgpv apache-beehive-X.Y.tar.gz.asc

or

% pgp -ka KEYS
% pgp apache-beehive-X.Y.tar.gz.asc

or

% gpg --import KEYS
% gpg --verify apache-beehive-X.Y.tar.gz.asc

To verify the MD5 signature on the files, you need to use a program called md5 or md5sum, which is included in many UNIX distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here. Then, verify the signatures using:

md5sum -c apache-beehive-X.Y.tar.gz.md5

Apache Beehive strongly recommends that you verify your downloads with both PGP and MD5.