[GitHub] Code0x58 commented on a change in pull request #2924: Py3 heronpy

2018-06-22 Thread GitBox
Code0x58 commented on a change in pull request #2924: Py3 heronpy URL: https://github.com/apache/incubator-heron/pull/2924#discussion_r197596786 ## File path: scripts/packages/BUILD ## @@ -474,9 +474,11 @@ genrule( 'rm setup.py.template', 'tree

[GitHub] kramasamy commented on a change in pull request #2924: Py3 heronpy

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

[GitHub] kramasamy commented on issue #2928: Clean up website gen + website python docs

2018-06-22 Thread GitBox
kramasamy commented on issue #2928: Clean up website gen + website python docs URL: https://github.com/apache/incubator-heron/pull/2928#issuecomment-399616593 @Code0x58 - could you update the conflicts so that we can merge it?

[GitHub] kramasamy closed pull request #2930: Clean up remaining dead references to Twitter

2018-06-22 Thread GitBox
kramasamy closed pull request #2930: Clean up remaining dead references to Twitter URL: https://github.com/apache/incubator-heron/pull/2930 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

[incubator-heron] branch master updated: Upgrade to Bazel 0.14.1 (#2932)

2018-06-22 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 d7c8c62 Upgrade to Bazel 0.14.1

[GitHub] kramasamy commented on issue #2932: Upgrade to Bazel 0.14.1

2018-06-22 Thread GitBox
kramasamy commented on issue #2932: Upgrade to Bazel 0.14.1 URL: https://github.com/apache/incubator-heron/pull/2932#issuecomment-399616081 Looks good! This is an automated message from the Apache Git Service. To respond to

[incubator-heron] branch huijunw/aurorametadata updated: fix unit

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

[GitHub] nlu90 closed pull request #2933: Fix code when submitting a toplogy file without an known extension

2018-06-22 Thread GitBox
nlu90 closed pull request #2933: Fix code when submitting a toplogy file without an known extension URL: https://github.com/apache/incubator-heron/pull/2933 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

[GitHub] nlu90 commented on issue #2935: make EvitionContext extend Serializable

2018-06-22 Thread GitBox
nlu90 commented on issue #2935: make EvitionContext extend Serializable URL: https://github.com/apache/incubator-heron/pull/2935#issuecomment-399600898 @nwangtw @jerrypeng Could you have a look at this PR? This is an

[GitHub] nlu90 opened a new pull request #2935: make EvitionContext extend Serializable

2018-06-22 Thread GitBox
nlu90 opened a new pull request #2935: make EvitionContext extend Serializable URL: https://github.com/apache/incubator-heron/pull/2935 Previously without extending the `Serializable` interface, a tumbling window in stateful processing causes the following exception: ```

[GitHub] Code0x58 commented on a change in pull request #2933: Fix code when submitting a toplogy file without an known extension

2018-06-22 Thread GitBox
Code0x58 commented on a change in pull request #2933: Fix code when submitting a toplogy file without an known extension URL: https://github.com/apache/incubator-heron/pull/2933#discussion_r197558971 ## File path: heron/tools/cli/src/python/submit.py ## @@ -424,8 +424,8

[GitHub] nwangtw commented on a change in pull request #2933: Fix code when submitting a toplogy file without an known extension

2018-06-22 Thread GitBox
nwangtw commented on a change in pull request #2933: Fix code when submitting a toplogy file without an known extension URL: https://github.com/apache/incubator-heron/pull/2933#discussion_r197539932 ## File path: heron/tools/cli/src/python/submit.py ## @@ -424,8 +424,8 @@

[GitHub] Code0x58 commented on a change in pull request #2934: [aurora] add metadata support for aurora

2018-06-22 Thread GitBox
Code0x58 commented on a change in pull request #2934: [aurora] add metadata support for aurora URL: https://github.com/apache/incubator-heron/pull/2934#discussion_r197505046 ## File path: heron/schedulers/src/java/org/apache/heron/scheduler/aurora/AuroraField.java ## @@

[GitHub] nlu90 commented on a change in pull request #2934: [aurora] add metadata support for aurora

2018-06-22 Thread GitBox
nlu90 commented on a change in pull request #2934: [aurora] add metadata support for aurora URL: https://github.com/apache/incubator-heron/pull/2934#discussion_r197466443 ## File path: heron/schedulers/src/java/org/apache/heron/scheduler/aurora/AuroraField.java ## @@

[GitHub] nlu90 commented on a change in pull request #2934: [aurora] add metadata support for aurora

2018-06-22 Thread GitBox
nlu90 commented on a change in pull request #2934: [aurora] add metadata support for aurora URL: https://github.com/apache/incubator-heron/pull/2934#discussion_r197466443 ## File path: heron/schedulers/src/java/org/apache/heron/scheduler/aurora/AuroraField.java ## @@

[GitHub] huijunwu opened a new pull request #2934: [aurora] add metadata support for aurora

2018-06-22 Thread GitBox
huijunwu opened a new pull request #2934: [aurora] add metadata support for aurora URL: https://github.com/apache/incubator-heron/pull/2934 Motivation: In some scenarios, users would like to pass some metadata or data to the Aurora job. Approach: Users feed the metadata or data

[GitHub] cristobalcl commented on issue #2919: Launch PEX on Kubernetes fails

2018-06-22 Thread GitBox
cristobalcl commented on issue #2919: Launch PEX on Kubernetes fails URL: https://github.com/apache/incubator-heron/issues/2919#issuecomment-399366513 I made this to reproduce the issue: https://github.com/cristobalcl/heron-issue-2919 Also, I tested more times and I can reproduce