[GitHub] [incubator-heron] thinker0 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
thinker0 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459189749 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] thinker0 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
thinker0 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459174401 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] thinker0 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
thinker0 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459174401 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] thinker0 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
thinker0 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459171310 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459163401 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459163401 ## File path: heron/shell/src/python/utils.py ## @@ -135,21 +135,22 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 closed issue #3559: Use builtin python3 modules instead of externals

2020-07-22 Thread GitBox
Code0x58 closed issue #3559: URL: https://github.com/apache/incubator-heron/issues/3559 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

[GitHub] [incubator-heron] Code0x58 closed issue #3556: Use cloudpickle via pypi rather than vendoring

2020-07-22 Thread GitBox
Code0x58 closed issue #3556: URL: https://github.com/apache/incubator-heron/issues/3556 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

[GitHub] [incubator-heron] Code0x58 closed issue #3575: Unvendor javaobj

2020-07-22 Thread GitBox
Code0x58 closed issue #3575: URL: https://github.com/apache/incubator-heron/issues/3575 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

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459152556 ## File path: heron/shell/src/python/utils.py ## @@ -135,7 +135,7 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] thinker0 opened a new pull request #3581: Support lifecycle for Mesos/Aurora

2020-07-22 Thread GitBox
thinker0 opened a new pull request #3581: URL: https://github.com/apache/incubator-heron/pull/3581 Support lifecycle for Mesos/Aurora http://aurora.apache.org/documentation/latest/reference/configuration/#lifecycleconfig-objects

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459154368 ## File path: heron/shell/src/python/utils.py ## @@ -135,7 +135,7 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459154368 ## File path: heron/shell/src/python/utils.py ## @@ -135,7 +135,7 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459154368 ## File path: heron/shell/src/python/utils.py ## @@ -135,7 +135,7 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
Code0x58 commented on a change in pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580#discussion_r459152556 ## File path: heron/shell/src/python/utils.py ## @@ -135,7 +135,7 @@ def read_chunk(filename, offset=-1, length=-1, escape_data=False): if

[GitHub] [incubator-heron] thinker0 opened a new pull request #3580: Fix log-reader for Python3

2020-07-22 Thread GitBox
thinker0 opened a new pull request #3580: URL: https://github.com/apache/incubator-heron/pull/3580 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-heron] Code0x58 opened a new pull request #3579: Replace graph code in tracker

2020-07-22 Thread GitBox
Code0x58 opened a new pull request #3579: URL: https://github.com/apache/incubator-heron/pull/3579 :broom: :dash: This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

svn commit: r40639 - in /dev/incubator/heron/heron-0.20.3-incubating-candidate-5: ./ 0.20.3-incubating-rc5.tar.gz 0.20.3-incubating-rc5.tar.gz.asc 0.20.3-incubating-rc5.tar.gz.sha512

2020-07-22 Thread huijun
Author: huijun Date: Wed Jul 22 23:14:46 2020 New Revision: 40639 Log: Publish heron-0.20.3-incubating-candidate-5 Added: dev/incubator/heron/heron-0.20.3-incubating-candidate-5/ dev/incubator/heron/heron-0.20.3-incubating-candidate-5/0.20.3-incubating-rc5.tar.gz (with props)

[incubator-heron] annotated tag 0.20.3-incubating-rc5 updated (82ee354 -> eb39feb)

2020-07-22 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a change to annotated tag 0.20.3-incubating-rc5 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git. *** WARNING: tag 0.20.3-incubating-rc5 was modified! *** from 82ee354 (commit) to

[incubator-heron] branch release/0.20.3-incubating-rc5 created (now 82ee354)

2020-07-22 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a change to branch release/0.20.3-incubating-rc5 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git. at 82ee354 Unvendor pyobj + fix py2->py3 compatability fixes. (#3574) No new

[incubator-heron] branch master updated: Unvendor pyobj + fix py2->py3 compatability fixes. (#3574)

2020-07-22 Thread nicknezis
This is an automated email from the ASF dual-hosted git repository. nicknezis 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 82ee354 Unvendor pyobj + fix

[GitHub] [incubator-heron] nicknezis merged pull request #3574: Unvendor pyobj + fix py2->py3 compatability fixes.

2020-07-22 Thread GitBox
nicknezis merged pull request #3574: URL: https://github.com/apache/incubator-heron/pull/3574 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL