Created 03-01-2016 06:58 AM
Here are the installation modes for TensorFlow:
https://www.tensorflow.org/versions/r0.7/get_started/os_setup.html
Can any of these installations be automated through Cloudbreak? If not, do you already have a recommended way of installing TensorFlow on HDP?
Created 02-09-2017 09:12 PM
See Hadoop here: https://github.com/tensorflow/ecosystem
Created 03-01-2016 09:59 AM
I don't see any reference to Hadoop based on the white paper and git code. https://github.com/tensorflow/tensorflow
Created 03-01-2016 10:08 AM
@Neeraj Sabharwal I guess there is an article which shows that both Spark and TensorFlow can work together - https://databricks.com/blog/2016/01/25/deep-learning-with-spark-and-tensorflow.html
So wanted to know if there are any recommended ways of installing TensorFlow with HDP
Created 03-01-2016 10:27 AM
@Karthik Gopal I did see that link but no luck on finding an exact information on Hadoop integration with Tensorflow. Spark can run on HDFS and we can HDP on spark to use Tensorflow. Theoretically, This makes sense.
Do you have access to support?
Created 03-01-2016 11:43 AM
On sandbox, install pip then follow the instructions for pip install, write an article about you success here, great question.
easy_install pip
Created 03-01-2016 11:45 AM
Use this to create your own service https://cwiki.apache.org/confluence/display/AMBARI/Stacks+and+Services
Created 03-01-2016 02:23 PM
@Karthik Gopal you can install anything with recipes. Read more here: http://sequenceiq.com/cloudbreak-docs/latest/recipes/
You just have to write the custom script which install TensorFlow
Created 10-11-2016 07:54 PM
I have installed it on an HDF 2.0 Node on Centos7 and on an HDP 2.5 Node on Centos 7 on OpenStack. This will even install easier on Ubuntu.
Make sure you have Python 2.7+ and PIP installed.
http://hoolihan.net/blog-tim/2016/03/02/installing-tensorflow-on-centos/
sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl
Created 02-09-2017 09:12 PM
See Hadoop here: https://github.com/tensorflow/ecosystem
Created 02-14-2017 04:54 PM
Tensorflow on Spark by Yahoo http://yahoohadoop.tumblr.com/post/157196317141/open-sourcing-tensorflowonspark-distributed-deep https://github.com/yahoo/TensorFlowOnSpark https://github.com/yahoo/TensorFlowOnSpark/wiki/GetStarted_YARN https://github.com/yahoo/TensorFlowOnSpark/wiki/Conversion https://github.com/yahoo/TensorFlowOnSpark/tree/master/examples/slim https://github.com/tensorflow/models/tree/master/slim