You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/04/26 11:51:00 UTC

apex-site git commit: APEXCORE-693 update 3rd party downloads, include binary build for existing clusters

Repository: apex-site
Updated Branches:
  refs/heads/master c88c954b3 -> 60672495c


APEXCORE-693 update 3rd party downloads, include binary build for existing clusters


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/60672495
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/60672495
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/60672495

Branch: refs/heads/master
Commit: 60672495c84ed54ff505dfaec874cad9f5f13075
Parents: c88c954
Author: Dean Lockgaard <de...@gmail.com>
Authored: Fri Apr 21 10:26:26 2017 -0700
Committer: Dean Lockgaard <de...@gmail.com>
Committed: Fri Apr 21 10:26:26 2017 -0700

----------------------------------------------------------------------
 src/md/third-party-downloads.md | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/60672495/src/md/third-party-downloads.md
----------------------------------------------------------------------
diff --git a/src/md/third-party-downloads.md b/src/md/third-party-downloads.md
index d9c0f54..ccccd8b 100644
--- a/src/md/third-party-downloads.md
+++ b/src/md/third-party-downloads.md
@@ -2,25 +2,12 @@
 
 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.
 
-- <a href="https://www.datatorrent.com/download/" rel="nofollow">DataTorrent RTS</a> is a binary build of Apache Apex created by <a href="https://www.datatorrent.com/" rel="nofollow">DataTorrent</a>.
-- Apache Apex Sandbox Docker image using [Bigtop](http://bigtop.apache.org/) 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:
-    ```bash
-    docker pull apacheapex/sandbox
-    docker run -it --name=apex-sandbox apacheapex/sandbox
-    ```
-  - For advanced usage, click [here](https://hub.docker.com/r/apacheapex/sandbox/)
-- [Bigtop](http://bigtop.apache.org/) CI based distribution binaries:
-  - Setup Bigtop Environment:
-    1. Grab the repo/list file for your favourite linux distribution from [here](http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/)
-    2. Install bigtop hadoop:
-      - For RPM based systems: ** yum install hadoop\* **
-      - For DEB baed systems: ** apt-get install hadoop\* **
-    3. Follow steps [here](https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+0.5.0#HowtoinstallHadoopdistributionfromBigtop0.5.0-RunningHadoop) to start hadoop services.
+- Apache Apex Bigtop [Docker image](https://hub.docker.com/r/apacheapex/sandbox/) (a ready to use sandbox environment in which bigtop-hadoop and bigtop-apex are pre-installed)
 
-  - Apex packages available are:
-    - RPM: [CentOS 6](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=centos-6/lastSuccessfulBuild/artifact/output/apex/apex-3.5.0-1.el6.src.rpm), [CentOS 7](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=centos-7/lastSuccessfulBuild/artifact/output/apex/apex-3.5.0-1.el7.centos.src.rpm), [Fedora 25](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=fedora-25/lastSuccessfulBuild/artifact/output/apex/apex-3.5.0-1.fc25.src.rpm), [OpenSUSE 42.1](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=opensuse-42.1/lastSuccessfulBuild/artifact/output/apex/apex-3.5.0-1.src.rpm) 
-    - DEB: [Ubuntu 16.04](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=ubuntu-16.04/lastSuccessfulBuild/artifact/output/apex/apex_3.5.0-1_all.deb), [Debian 8](https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=apex,OS=debian-8/lastSuccessfulBuild/artifact/output/apex/apex_3.5.0-1_all.deb)
+- [Apache Apex binary build](https://github.com/atrato/apex-cli-package/releases/) for users with existing clusters
+
+- [Bigtop](http://bigtop.apache.org/) CI based distribution [binaries](https://cwiki.apache.org/confluence/display/APEX/ApexBigtop#ApexBigtop-BigtopCIbaseddistributionbinaries)
+
+- <a href="https://www.datatorrent.com/download/" rel="nofollow">DataTorrent RTS</a>, which contains a binary build of Apache Apex
 
 If you would like to provide your own edition of Apache Apex here, please send email to [dev@apex.apache.org](mailto:dev@apex.apache.org).