hops-tensorflow icon indicating copy to clipboard operation
hops-tensorflow copied to clipboard

HopsYARN Tensorflow Framework.

Results 2 hops-tensorflow issues
Sort by recently updated
recently updated
newest added

Bumps httpclient from 4.2.5 to 4.3.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.2.5&new-version=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...

dependencies

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...