Re: Binaries

2018-12-18 Thread Josh Fischer
Thanks Dave. Definitely was unaware of the vote for binaries. I appreciate the guidance. Josh On Tue, Dec 18, 2018 at 12:23 PM Dave Fisher wrote: > Hi - > > This is not quite correct. Since Heron is in the incubator the > repositories are here: > >

Re: Binaries

2018-12-18 Thread Ning Wang
Ah. I see. Thanks! On Tue, Dec 18, 2018 at 10:23 AM Dave Fisher wrote: > Hi - > > This is not quite correct. Since Heron is in the incubator the > repositories are here: > > https://dist.apache.org/repos/dist/dev/incubator/heron/ < > https://dist.apache.org/repos/dist/dev/incubator/heron/> >

Re: Binaries

2018-12-18 Thread Dave Fisher
Hi - This is not quite correct. Since Heron is in the incubator the repositories are here: https://dist.apache.org/repos/dist/dev/incubator/heron/ https://dist.apache.org/repos/dist/release/incubator/heron/

Re: Binaries

2018-12-18 Thread Ning Wang
dist.apache.org might be the repo we need to upload to. Created a ticket for requesting a folder in the repo so that we can and KEYS file and upload binaries. https://issues.apache.org/jira/browse/INFRA-17467 Not 100% sure if this is the right process On Fri, Dec 14, 2018 at 7:50 PM Ning

Re: Bazel Version Compatibility Concerns

2018-12-18 Thread Oliver Bristow
+1 On Tue, 18 Dec 2018 at 11:13, Josh Fischer wrote: > Hey Oliver, > > Thanks for looking into this. I apologize for my bad choice of words > describing how the rule was used.. I think you are correct, it looks as the > rule was copy and pasted. > > I would prefer to change as little as

Re: Bazel Version Compatibility Concerns

2018-12-18 Thread Josh Fischer
Hey Oliver, Thanks for looking into this. I apologize for my bad choice of words describing how the rule was used.. I think you are correct, it looks as the rule was copy and pasted. I would prefer to change as little as possible for the Bazel upgrade. I really wanted someone with more Python

Re: Bazel Version Compatibility Concerns

2018-12-18 Thread Ning Wang
Thanks for the work! I feel moving away from pex might be ok, as long as the final output can run in the same way. There are quite a few modules in Python: python API, cli, executor, tracker, UI, etc. It seems this is a blocker to the bazel upgrade? In that case maybe we should focus on python

Re: Bazel Version Compatibility Concerns

2018-12-18 Thread Oliver Bristow
Hey Josh, I had a look into this/pex/subpar a bit more: - external pex rules aren't used (e.g. benley/bazel_rules_pex - although it looks like the heron tools/rules/pex/pex_rules.bzl