Nicholas Nezis
Nicholas Nezis
@huijunw Do you have any input on this merge request?
This is currently being worked in #3786 . Feel free to submit any pull requests to that branch as we resolve the issues. There were many more broken aspects when...
This is interesting. I was thinking of putting extra jars into a Docker layer that extends the default Heron provided images. But providing better support for this in Heron would...
Hmm, those `netrc` issues are what we saw back in the older versions of Bazel. What do you see when you run `bazel --version` ? The issue could also be...
Seems to have failed to download a dependency during the Zookeeper build step. Can you verify that you can download this file? https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.5.0-rc1/ivy-2.5.0-rc1.jar Perhaps it was a temporary timeout? Network...
Ok thank you. But I notice that you are not downloading directly from `repo1.maven.org`. So you're `wget` command may be working, but I assume it's because you have something else...
Here are some suggestions for how to configure Ant to use your proxy. https://ant.apache.org/manual/proxy.html Maybe `ANT_ARGS` can be used to use `autoproxy` if your proxy is configured at the system...
@dancollins34 So are we not able to simulate Streamlets without this change? Are there any examples of how to simulate a Streamlet? I know this is a super old PR,...
I'm working on this. Have changes needed for the 6.0.1 version of the Java API. Have not yet made changes to use the in cluster config, but I'll make that...
#3426 and #3432 should complete this issue. Might still be worth updating the scheduler code to remove the scheduler URI context config item.