This project has retired. For details please refer to its Attic page.
Apache OODT - Distributed Data Management

Download

Thanks for checking out Apache OODT. On this page you can download our official release.
N.B. OODT is ONLY released as source code and NOT binary. This is because you will most likely want to recompile various aspects of the codebase with configuration before deploying an OODT system.

See the 1.9.1-CHANGES.txt file for more information on the list of updates in this release.

OODT is always distributed under the Apache License, version 2.0.

Prerequisites

You require Apache Maven to build the OODT source code. Maven can either be downloaded and installed manually or alternatively via command line via your operating system package manager.

Operating Systems

  • UNIX (Linux, OS/X, Solaris, BSD, etc.)
  • Windows with Cygwin

Software

  • Java and/or Python
  • Maven

Required knowledge

  • XML
  • Java and/or Python (in order to customize and extend)

Latest Release

OCT-2021: The Latest Apacheā„¢ OODT version 1.9.1 is now released and available for download.

Download OODT

Mirrors

The link in the Mirrors column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.

Verify Releases

It is essential that you verify the integrity of the downloaded files using the PGP, SHA256 and/or SHA512 signatures. published with every OODT release.

Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

We strongly recommend you verify your downloads with at least both PGP and SHA256/SHA512. Guidance for doing so is provided below.

PGP Signature

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution.

N.B.Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following:

$ gpg --import KEYS $ gpg --verify apache-oodt-1.9.1-src.zip.asc

The files in the most recent release are signed by 2048R/5E91D429 Tom Barber (CODE SIGNING KEY)

SHA256 Signature

Alternatively, you can verify the SHA256 signature on the files. A unix program called sha256sum is included in many unix distributions.

$ sha256sum apache-oodt-1.9.1-src.zip

... output should match the string in apache-oodt-1.9.1-src.zip.sha256

SHA512 Signature

Alternatively, you can verify the SHA512 signature on the files. A unix program called sha512sum is included in many unix distributions.

$ sha512sum apache-oodt-1.9.1-src.zip

... output should match the string in apache-oodt-1.9.1-src.zip.sha512

Previous Releases

Release Date: OCT-2019
Version: OODT 1.9
Download
Verification KEYS

Release Date: AUG-2018
Version: OODT 1.2.1
Download
Verification KEYS

Release Date: AUG-2017
Version: OODT 1.2
Download
Verification KEYS

Release Date: JUL-2017
Version: OODT 1.1
Download
Verification KEYS

Release Date: JUN-2016
Version: OODT 1.0
Download
Verification KEYS