[GitHub] Yitian-Zhang commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler

2018-07-03 Thread GitBox
Yitian-Zhang commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler URL: https://github.com/apache/incubator-heron/issues/2944#issuecomment-402354911 Thanks a lot. This is an

[GitHub] avflor commented on issue #2927: [dhalion] null exception for previousCheckpoint

2018-07-03 Thread GitBox
avflor commented on issue #2927: [dhalion] null exception for previousCheckpoint URL: https://github.com/apache/incubator-heron/issues/2927#issuecomment-402329632 Hi @huijunw We are making some changes to the Dhalion APIs that should be able to fix this problem. We will release a new

[GitHub] kramasamy closed pull request #2945: Counting pending tuples

2018-07-03 Thread GitBox
kramasamy closed pull request #2945: Counting pending tuples URL: https://github.com/apache/incubator-heron/pull/2945 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[incubator-heron] branch master updated: Revert the latest version number change of scala rules (#2943)

2018-07-03 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-heron.git The following commit(s) were added to refs/heads/master by this push: new b6b775f Revert the latest version

[GitHub] huijunwu closed pull request #2943: Revert the latest version number change of scala rules

2018-07-03 Thread GitBox
huijunwu closed pull request #2943: Revert the latest version number change of scala rules URL: https://github.com/apache/incubator-heron/pull/2943 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] huijunwu closed pull request #2923: [healthmgr] Enable runtime toggle for AutoRestartBackpressureContainerPolicy

2018-07-03 Thread GitBox
huijunwu closed pull request #2923: [healthmgr] Enable runtime toggle for AutoRestartBackpressureContainerPolicy URL: https://github.com/apache/incubator-heron/pull/2923 This is an automated message from the Apache Git

[incubator-heron] branch master updated: [healthmgr] Enable runtime toggle for AutoRestartBackpressureContainerPolicy (#2923)

2018-07-03 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-heron.git The following commit(s) were added to refs/heads/master by this push: new 93b2b3f [healthmgr] Enable runtime

[GitHub] kramasamy commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler

2018-07-03 Thread GitBox
kramasamy commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler URL: https://github.com/apache/incubator-heron/issues/2944#issuecomment-402249690 heron --verbose gives the logs until the submission of the job is done - either success or failure.

[GitHub] Yitian-Zhang commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler

2018-07-03 Thread GitBox
Yitian-Zhang commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler URL: https://github.com/apache/incubator-heron/issues/2944#issuecomment-402223913 Thanks for your help, and I have already used `--verbose` parameter for displaying the output.

[GitHub] kramasamy commented on issue #2947: Stream manager not stopped gracefully

2018-07-03 Thread GitBox
kramasamy commented on issue #2947: Stream manager not stopped gracefully URL: https://github.com/apache/incubator-heron/issues/2947#issuecomment-402216977 @Glorfischi - it will be great if you could send a quick PR. This is

[GitHub] kramasamy closed pull request #2948: Universal heronpy

2018-07-03 Thread GitBox
kramasamy closed pull request #2948: Universal heronpy URL: https://github.com/apache/incubator-heron/pull/2948 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] kramasamy commented on a change in pull request #2948: Universal heronpy

2018-07-03 Thread GitBox
kramasamy commented on a change in pull request #2948: Universal heronpy URL: https://github.com/apache/incubator-heron/pull/2948#discussion_r199872023 ## File path: scripts/packages/BUILD ## @@ -474,9 +474,11 @@ genrule( 'rm setup.py.template', 'tree

[incubator-heron] branch master updated: Universal heronpy (#2948)

2018-07-03 Thread karthikz
This is an automated email from the ASF dual-hosted git repository. karthikz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-heron.git The following commit(s) were added to refs/heads/master by this push: new fb18dca Universal heronpy (#2948)

[GitHub] kramasamy commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler

2018-07-03 Thread GitBox
kramasamy commented on issue #2944: Cannot find the scheduler logs of Heron cluster using aurora-scheduler URL: https://github.com/apache/incubator-heron/issues/2944#issuecomment-402214698 @Yitian-Zhang - the logs will be local during the submission process. You can see the logs using

[GitHub] kramasamy commented on issue #2946: Cannot update Heron topology using SchedulerStateManagerAdaptor

2018-07-03 Thread GitBox
kramasamy commented on issue #2946: Cannot update Heron topology using SchedulerStateManagerAdaptor URL: https://github.com/apache/incubator-heron/issues/2946#issuecomment-402214048 @maosongfu - might know this. This is an

[GitHub] kramasamy commented on issue #2948: Universal heronpy

2018-07-03 Thread GitBox
kramasamy commented on issue #2948: Universal heronpy URL: https://github.com/apache/incubator-heron/pull/2948#issuecomment-402213450 @Code0x58 - great. this is a needed. This is an automated message from the Apache Git

[GitHub] kramasamy commented on issue #2945: Counting pending tuples

2018-07-03 Thread GitBox
kramasamy commented on issue #2945: Counting pending tuples URL: https://github.com/apache/incubator-heron/pull/2945#issuecomment-402213235 @kalimfaria - can you please take care of the failing test? Once the ci passes we can merge it.

[GitHub] dnk8n commented on issue #829: bazel build error

2018-07-03 Thread GitBox
dnk8n commented on issue #829: bazel build error URL: https://github.com/apache/incubator-heron/issues/829#issuecomment-402194981 Hi all. Promising project, excited to get started. However, I have found quite a few dead links around the Heron project... The link above

[GitHub] Code0x58 opened a new pull request #2948: Universal heronpy

2018-07-03 Thread GitBox
Code0x58 opened a new pull request #2948: Universal heronpy URL: https://github.com/apache/incubator-heron/pull/2948 This is the first part of #2924, it makes the heronpy library python3 compatable. I will up the compatible version to 3.7 in the other PR once I run it. I am

[GitHub] Glorfischi opened a new issue #2947: Stream manager not stopped gracefully

2018-07-03 Thread GitBox
Glorfischi opened a new issue #2947: Stream manager not stopped gracefully URL: https://github.com/apache/incubator-heron/issues/2947 Note: I looked into the stream manager running on a local cluster, but as far as I can tell other parts of Heron and other kinds of clusters may also be

[GitHub] Yitian-Zhang opened a new issue #2946: Cannot update Heron topology using SchedulerStateManagerAdaptor

2018-07-03 Thread GitBox
Yitian-Zhang opened a new issue #2946: Cannot update Heron topology using SchedulerStateManagerAdaptor URL: https://github.com/apache/incubator-heron/issues/2946 When I attempted to create custom scheduler of Heron, and used SchedulerStateManagerApaptor object to update topology, this

[GitHub] nwangtw commented on issue #2945: Counting pending tuples

2018-07-03 Thread GitBox
nwangtw commented on issue #2945: Counting pending tuples URL: https://github.com/apache/incubator-heron/pull/2945#issuecomment-402050702 Hmm. Unit test failure. @kalimfaria Please check. This is an automated message from the

[GitHub] huijunw commented on issue #2945: Counting pending tuples

2018-07-03 Thread GitBox
huijunw commented on issue #2945: Counting pending tuples URL: https://github.com/apache/incubator-heron/pull/2945#issuecomment-402048395 ship after ci pass This is an automated message from the Apache Git Service. To respond