The directories listed below contain current releases from Apache Incubator projects ("podlings"). Older releases are archived.
To find the complete download and installation instructions and other information for a particular project, start at the project's own webpage. Find them via Incubator projects listing, rather than browsing the directories below.
Each Apache Incubator podling is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Please visit and contribute to Incubator projects and assist them to mature.
Verify md5sums and PGP/GPG signatures of all downloaded artefacts.
Save apache.org bandwidth: If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.
Name Last modified Size Description
Parent Directory -
ace/ 13-Dec-2011 13:07 -
airavata/ 04-May-2012 08:36 -
ambari/ 05-Sep-2011 17:28 -
any23/ 04-Mar-2012 11:37 -
bigtop/ 10-Apr-2012 18:15 -
bluesky/ 10-Dec-2009 08:29 -
bval/ 03-Jun-2011 15:25 -
chukwa/ 26-Jan-2012 22:55 -
clerezza/ 07-Feb-2012 07:18 -
droids/ 31-Oct-2011 17:52 -
empire-db/ 02-Nov-2011 13:50 -
etch/ 03-Jan-2012 23:44 -
flume/ 25-Mar-2012 18:30 -
giraph/ 07-Feb-2012 12:20 -
gora/ 24-Sep-2011 18:18 -
hama/ 05-Mar-2012 16:26 -
hcatalog/ 16-May-2012 16:24 -
imperius/ 12-Apr-2010 08:30 -
isis/ 20-Feb-2012 13:56 -
jena/ 23-Apr-2012 03:28 -
jspwiki/ 01-May-2012 14:08 -
kato/ 09-Feb-2010 09:20 -
lucene.net/ 29-Nov-2011 22:13 -
lucy/ 02-Feb-2012 18:55 -
manifoldcf/ 16-Apr-2012 08:21 -
mesos/ 08-May-2012 13:02 -
mrunit/ 28-Apr-2012 08:42 -
nmaven/ 30-Mar-2008 05:00 -
npanday/ 15-May-2011 22:04 -
odftoolkit/ 11-Jan-2012 23:07 -
olio/ 13-Jun-2011 16:23 -
ooo/ 04-May-2012 04:06 -
oozie/ 29-Feb-2012 18:56 -
openmeetings/ 21-Dec-2011 11:33 -
opennlp/ 28-Nov-2011 02:11 -
photark/ 11-Mar-2011 09:53 -
rat/ 16-Nov-2011 17:28 -
river/ 01-May-2010 16:17 -
sis/ 14-Nov-2010 21:19 -
stanbol/ 08-May-2012 01:37 -
stonehenge/ 10-Jul-2010 10:47 -
syncope/ 03-May-2012 03:39 -
tashi/ 12-Mar-2012 14:28 -
vcl/ 08-Apr-2011 06:21 -
wink/ 14-May-2012 10:34 -
wookie/ 20-Feb-2012 04:28 -
KEYS 14-Jul-2011 08:56 2.1K
README.html 17-Sep-2008 21:12 2.2K
It is essential that you verify the integrity of the downloaded files using the MD5 and PGP signatures. MD5 verification ensures the file was not corrupted or tampered with. PGP verification ensures that the file came from a certain person.
Each project will probably have its own instructions on its download page. If not, then the following notes will help.
The PGP signatures can be verified using
PGP or
GPG. First download the project's
KEYS file as well as the
*.asc signature file for the particular artefact. 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-podling-X.Y-incubating-src.tar.gz.asc or % pgp -ka KEYS % pgp apache-podling-X.Y-incubating-src.tar.gz.asc or % gpg --import KEYS % gpg --verify apache-podling-X.Y-incubating-src.tar.gz.asc
To verify the MD5 checksum 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 or an openssl client
from
here.
% md5sum apache-podling-X.Y-incubating-src.tar.gz ... output should match the string in apache-podling-X.Y-incubating-src.tar.gz.md5
We strongly recommend that you verify your downloads with both PGP and MD5.