changes to make heron compile with bazel 0.5.4 (#2207)

* changes to make heron compile with bazel 0.5.1

* changes to compile with bazel 0.5.2

* added bazel 0.5.2 for travis

* remove crosstool_top for travis with bazel 0.5.2

* remove crosstool_top for applatix with bazel 0.5.2

* added support for bazel 0.5.4 rc4 candidate

* fixed warnings in pkg_tar and heron downloader

* upgrade to new bazel 0.5.4 release

* changed the path for heron-python-instance target

* updated docs to use bazel 0.5.4 and updated heron version to be 0.15.1
42 files changed
tree: 9b157406ea234c24ca8ec076faa17667dbe3d26b
  1. config/
  2. docker/
  3. heron/
  4. heronpy/
  5. integration_test/
  6. release/
  7. scripts/
  8. third_party/
  9. tools/
  10. vagrant/
  11. website/
  12. .gitignore
  13. .gitmodules
  14. .travis.yml
  15. ADOPTERS.md
  16. bazel_configure.py
  17. LICENSE
  18. NOTICE
  19. README.md
  20. WORKSPACE
README.md

Build Status

Heron

Heron is realtime analytics platform developed by Twitter. It is the direct successor of Apache Storm, built to be backwards compatible with Storm's topology API but with a wide array of architectural improvements.

For more information:

Update

We recently merged updates to run Heron natively using Mesos in AWS, Mesos/Aurora in AWS, and locally on a laptop.

We also added beta testing for Apache YARN support using Apache REEF, in addition to the Simple Linux Utility for Resource Management (SLURM).

We are working to add support for Mesosphere DC/OS and Kubernetes. We will continue to post updates as we progress.

Documentation

The official documentation for Heron is located at heronstreaming.io. To contribute to documentation, build and run the documentation locally. More information can be found in the documentation README.