[incubator-heron] branch huijunwu/20200702 updated (2458c45 -> 050c095)

2020-07-07 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a change to branch huijunwu/20200702 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git. from 2458c45 Merge branch 'master' of https://github.com/apache/incubator-heron into

[incubator-heron] branch huijunwu/20200702 updated (2458c45 -> 050c095)

2020-07-07 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a change to branch huijunwu/20200702 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git. from 2458c45 Merge branch 'master' of https://github.com/apache/incubator-heron into

[incubator-heron] branch huijunwu/20200702 updated (86936ba -> 2458c45)

2020-07-07 Thread huijun
This is an automated email from the ASF dual-hosted git repository. huijun pushed a change to branch huijunwu/20200702 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git. from 86936ba fixdarwin-mavenjson add 7544160 Adding missing baseUrl (#3553) add 4f7f90f

[GitHub] [incubator-heron] Code0x58 opened a new issue #3558: Investigate and fix zip_safe=False in PEX

2020-07-07 Thread GitBox
Code0x58 opened a new issue #3558: URL: https://github.com/apache/incubator-heron/issues/3558 While upgrading from python2 to python3, the generated PEXs would not work due to being unable to import from at least `pex_library` includes, related to the introduction of

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

2020-07-07 Thread GitBox
Code0x58 opened a new issue #3556: URL: https://github.com/apache/incubator-heron/issues/3556 This would be a nice and hopefully simple clean up which was noticed while upgrading from python2 to python3. Files: * `website/public/api/python/api/cloudpickle.m.html` *

[GitHub] [incubator-heron] Code0x58 opened a new issue #3557: Improve/clean up genproto rules

2020-07-07 Thread GitBox
Code0x58 opened a new issue #3557: URL: https://github.com/apache/incubator-heron/issues/3557 While upgrading to python3, the bazel protobuf rules took [some coercing](https://github.com/apache/incubator-heron/blob/4f7f90f2b823dc7e714ee2898b033cfc78f88cb0/tools/rules/genproto.bzl#L168) to

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

2020-07-07 Thread GitBox
Code0x58 opened a new issue #3559: URL: https://github.com/apache/incubator-heron/issues/3559 These are leftovers from the python2 to python3 upgrade: * `enum34` → `enum` * `mock` → `unittest.mock` * `unittest2` → `unittest`

[GitHub] [incubator-heron] Code0x58 opened a new issue #3560: DRY up Dockerfiles by using build stages

2020-07-07 Thread GitBox
Code0x58 opened a new issue #3560: URL: https://github.com/apache/incubator-heron/issues/3560 `docker/{compile,dist,base,test}/*` look like good candidates for consolidation with [multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/)