hops-tensorflow
hops-tensorflow copied to clipboard
HopsYARN Tensorflow Framework.
Bumps httpclient from 4.2.5 to 4.3.6. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Since this change: ``` public Client() throws Exception { - this(new YarnConfiguration()); + this.appMasterMainClass = ApplicationMaster.class.getName(); } ``` Client#main is broken and therefore yarntf-submit too. The main method uses the...