Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Does HDP support installation of TensorFlow?

avatar
Rising Star

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?

1 ACCEPTED SOLUTION

avatar
Master Guru
9 REPLIES 9

avatar
Master Mentor

@Karthik Gopal

I don't see any reference to Hadoop based on the white paper and git code. https://github.com/tensorflow/tensorflow

avatar
Rising Star

@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

avatar
Master Mentor

@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?

avatar
Master Mentor

On sandbox, install pip then follow the instructions for pip install, write an article about you success here, great question.

easy_install pip

avatar
Master Mentor

avatar
Super Collaborator

@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

avatar
Master Guru

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

avatar
Master Guru