-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow on Hadoop YARN #33
Comments
Thanks! That'd be really useful. |
@tslam75 Have you looked at https://issues.apache.org/jira/browse/YARN-6043? |
@zhe-thoughts Thanks for the reference! Looked over YARN-6043, and both uses a native application master for TensorFlow. Attaching a design document here now. We also have an implementation based on this design, and will publish the code soon. |
Sorry for the delay. Created pull request #39 while waiting for the CLA to be signed. |
Awesome job :O |
In Hadoop 3.0, YARN native services can support running Tensorflow services on YARN without adding any dependencies or implement a new YARN application master. Please see our blogpost: https://hortonworks.com/blog/distributed-tensorflow-assembly-hadoop-yarn/ and let me know if you have any questions. Thanks! |
focus ... |
@tslam75 Does your 'TensorFlow on Yarn' support fault tolerance ? If yes, how? |
mark |
+1 |
We (LinkedIn Hadoop team) just open sourced TonY: Comments / discussions very welcome! |
Hadoop YARN is a commonly deployed cluster manager. Having the ability to run TensorFlow on YARN would be very useful in such environment.
Our team is currently working on a YARN application for this purpose, and would like to contribute our work here. We will provide more details of our contribution soon.
-Jason
The text was updated successfully, but these errors were encountered: