Third-Party Downloads

This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages.

  • DataTorrent RTS is a binary build of Apache Apex created by DataTorrent.
  • Apache Apex Sandbox Docker image using Bigtop packages
    • This is a ready to use sandbox environment where bigtop-hadoop and bigtop-apex is pre-installed
    • To use, run following commands and then launch apex cli/dtcli from docker container:
      docker pull apacheapex/sandbox
      docker run -it --name=apex-sandbox apacheapex/sandbox
      
    • For advanced usage, click here
  • Bigtop CI based distribution binaries:
    • Setup Bigtop Environment:

      1. Grab the repo/list file for your favourite linux distribution from here
      2. Install bigtop hadoop:
      • For RPM based systems: ** yum install hadoop* **
      • For DEB baed systems: ** apt-get install hadoop* **
      1. Follow steps here to start hadoop services.
    • Apex packages available are:

If you would like to provide your own edition of Apache Apex here, please send email to dev@apex.apache.org.