Added in static files for HeronUI so that Offline Heron Deployment works (#2513)

* Create react js

For HeronUI to run in offline environment

Will be used in
heron/heron/tools/ui/resources/templates/application.html

* Create JSXTransformer.js

For HeronUI to run in offline environment

Will be used in
heron/heron/tools/ui/resources/templates/application.html

* Create list.min.js

For HeronUI to run in offline environment

From:
http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js

Will be used in:
heron/heron/tools/ui/resources/templates/application.html

* Changed cloudera links

Now point to static links inside the heron project that were added

* Changed name of file

* Changed name of file

Includes version number

* Changed file name

Corrected file name

* Corrected file name

Included version number

* Fixed

points to correct js files that were renamed with version number

* Create d3.min.3.4.11.js

Created js file with name and version

* Create d3-tip.min.0.6.3.js

correct name and file for UI fix

* FixUI to point to internal js file

* Fixed UI to point to static js file

* FixedUI to point to static js file

* Fixed UI to point to static js files

* file reference error fixed

fixed typo

* changed out dash for dot

* Rename JSXTransformer-0.10.0.js to JSXTransformer.0.10.0.js
10 files changed
tree: e17a7965bcc9da264771b58d86e77763fce3d6b5
  1. config/
  2. deploy/
  3. docker/
  4. examples/
  5. heron/
  6. heronpy/
  7. integration_test/
  8. release/
  9. scripts/
  10. storm-compatibility/
  11. storm-compatibility-examples/
  12. third_party/
  13. tools/
  14. vagrant/
  15. website/
  16. .gitignore
  17. .gitmodules
  18. .travis.yml
  19. ADOPTERS.md
  20. bazel_configure.py
  21. LICENSE
  22. NOTICE
  23. README.md
  24. 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.