joshfischer1108 commented on pull request #3522:
URL: https://github.com/apache/incubator-heron/pull/3522#issuecomment-653998127


   All good on Darwin and Debian10 platforms.  👍 @Code0x58 
   
   ```
   
   
   $ docker --version
   Docker version 19.03.8, build afacb8b
   
   git clone https://github.com/apache/incubator-heron.git
   git remote add Code0x58 https://github.com/Code0x58/incubator-heron.git 
   git fetch Code0x58
   git checkout --track Code0x58/python-3-upgrade
   
   # Darwin
   
   $ sw_vers
   ProductName: Mac OS X
   ProductVersion:      10.15.5
   BuildVersion:        19F101
   
   $ heron submit local  ~/.heron/examples/heron-api-examples.jar 
org.apache.heron.examples.api.AckingTopology acking
   
   $ heron kill local acking
   
   # Debian10
   ./docker/scripts/build-artifacts.sh debian10 0.0.0 ~/heron-release
   
   $ docker run -it --rm  -p 8889:8889 heron/heron:0.0.0 bash
   
   #All of the following commands were ran from inside the running container
   $ supervisord
   
   $ heron submit sandbox  ./examples/heron-api-examples.jar 
org.apache.heron.examples.api.AckingTopology acking
   
   $ heron kill sandbox acking
   ```


----------------------------------------------------------------
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]


Reply via email to