joshfischer1108 commented on pull request #3593:
URL: https://github.com/apache/incubator-heron/pull/3593#issuecomment-674588198
I built from source and ran an ECO topology locally. No issues I could see.
Steps to reproduce are below:
```
$ bazel build --config=darwin scripts/packages:binpkg
$ ./bazel-bin/scripts/packages/heron-install.sh --user
$ heron version
heron.build.git.revision : bb1509bc56a873ffc91c914a8f5f973ab2981718
heron.build.git.status : Clean
heron.build.host : Joshs-MacBook-Pro-2.local
heron.build.time : Sun Aug 16 16:27:24 CDT 2020
heron.build.timestamp : 1597613244000
heron.build.user : joshfischer
heron.build.version : nicknezis/kryo-upgrade
$ tail -f
~/.herondata/topologies/local/joshfischer/heron-simple-wordcount-topology/log-files/container_1_bolt-2_3.log.0
[2020-08-16 17:50:31 -0500] [INFO]
org.apache.heron.examples.eco.LogInfoBolt: { }source: bolt-1, stream: default,
[bart, 118]
[2020-08-16 17:50:31 -0500] [INFO]
org.apache.heron.examples.eco.LogInfoBolt: { }source: bolt-1, stream: default,
[bart, 119]
[2020-08-16 17:50:31 -0500] [INFO]
org.apache.heron.examples.eco.LogInfoBolt: { }source: bolt-1, stream: default,
[bart, 120]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]