incubator-heron
incubator-heron copied to clipboard
Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
The documentation for compiling Heron on Mac is out of date.. It needs to be updated to allow for easier use by the community. This issues is in reference to...
Kubernetes scheduler code should support setting a SecurityContext on an analytic's StatefulSet and Pod submissions to allow for pods to spin up in an environment with PodSecurityPolicy enabled.
I've followed the instructions https://heron.incubator.apache.org/docs/next/compiling-linux#building-on-ubuntu-18.04 and install version 3.7.2 of bazel (followed these instructions to make sure right version: https://docs.bazel.build/versions/master/install-ubuntu.html#install-on-ubuntu) and when I ran bazel build --config=ubuntu heron/... I got...
[jw@cn05 heron]$ bazel build --config=centos heron/... WARNING: Output base '/home/jw/.cache/bazel/_bazel_jw/385d1a67d6fa97fd7c95da8717fcbfef' is on NFS. This may lead to surprising failures and undetermined behavior. Starting local Bazel server and connecting to it......
Changes: 1. When instance resource requirement map is partially set, those without a specific resource allocation will no longer divide the remaining container resource. Instead, they will be allocated with...
To encourage contributors to join heron. https://www.contributor-covenant.org/
The current install is ~816M as seen in the docker images, with ~20% duplicate files. It may be worth cleaning up the install (preferably by reworking the install script) if...
Made the few changes required to enable simulation of streamlet topologies
Hi Team, I am interested in adding Linux/ARM64 support to incubator-heron and Linux/ARM64 jobs to the Travis-CI. As mentioned in the .travis.yml file, bazel for x86_64 is installed via installer...
**Describe the bug** Reviewing the stmgr C++ code, I am not able to find where the StmgrClient pointer is deleted. I believe this should be happening in the `HandleClose` callback...