Version 0.19.0.7
Docker Ubuntu tweaks (#2975)

* Added .vagrant to gitignore

* Updated ubuntu docker images to use headless jdk + reduced update calls

- Altered the ubuntu dockerfiles to use the headless jdk, which prevents
the containers downloading a lot of pointless GUI libraries.

- Changed the command order of the 14.04 compile file to reduce the
overall number of `apt-get update` commands.

- Removed ubutnu 15.10 option as this version of ubuntu is no longer
supported with security updates etc.

- Updated docker/scripts help text to reflect the above

* Updated dockerfile and scripts for debian to v9 and remove apt-get clean

- Updated all references from debian 8 to 9 (as the Java slim images
uses debian 9).

- Updated all help text to refer to debian9.

- Removed apt-get clean commands from ubuntu docker files as they are
not required.
15 files changed
tree: 77611c37c21b7d532be5bfed41c17de0559a1ff4
  1. config/
  2. deploy/
  3. docker/
  4. eco/
  5. eco-heron-examples/
  6. eco-storm-examples/
  7. examples/
  8. heron/
  9. heronpy/
  10. integration_test/
  11. licenses/
  12. release/
  13. scripts/
  14. storm-compatibility/
  15. storm-compatibility-examples/
  16. third_party/
  17. tools/
  18. vagrant/
  19. website/
  20. .gitignore
  21. .gitmodules
  22. .htaccess
  23. .travis.yml
  24. ADOPTERS.md
  25. bazel_configure.py
  26. DISCLAIMER
  27. index.html
  28. LICENSE
  29. NOTICE
  30. README.md
  31. WORKSPACE
README.md

Build Status

logo

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.

http://incubator.apache.org/projects/heron.html

https://heron.incubator.apache.org (coming soon...)

Documentation

http://heronstreaming.io (official until)

Heron Requirements:

  • Java JDK 1.8
  • Python 2.7
  • Bazel

Contact

Mailing lists

Heron User Google Group: heron-users@googlegroups.com

Heron on Twitter: @heronstreaming

NameScope
user@heron.incubator.apache.orgUser-related discussionsSubscribeUnsubscribeArchives
dev@heron.incubator.apache.orgDevelopment-related discussionsSubscribeUnsubscribeArchives

Slack

heron slack channel at https://heronstreaming.slack.com/

You can self-register at http://heronstreaming.herokuapp.com/

Meetup Group

https://www.meetup.com/Apache-Heron-Bay-Area

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.

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0