You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/10/30 04:43:48 UTC

[GitHub] windhamwong opened a new issue #3096: Python Topology submit isn't executed correctly

windhamwong opened a new issue #3096: Python Topology submit isn't executed correctly 
URL: https://github.com/apache/incubator-heron/issues/3096
 
 
   I tried on 2 different topologies but both of them have the same issue.
   **setup:** Both Local and Local-Zookeeper
   **Language:** Python
   **Procedure:**
   Command I executed:
   `heron submit [local|zk] /opt/dist/TestTopology.pex - TestTopology --verbose`
   I can see the commands it executes from the submit script. However, one of the command falls sometimes without any error in verbose message. If the command is not executed, the topology will remain activate and all Spouts/Bolts initialized but nothing received from Spout. I will need to manually execute the command to trigger the topology.
   The command I re-executes:
   `/docker-java-home/bin/java -cp /usr/local/heron/lib/scheduler/*:/usr/local/heron/lib/packing/*:/usr/local/heron/lib/statemgr/* org.apache.heron.scheduler.SchedulerMain --cluster zk --role root --environment default --topology_name TestTopology --topology_bin TestTopology.pex --http_port 37521`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services