Support Questions

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

Is there a Spark Notebook which is easily installable on HDP?

avatar
Expert Contributor

I've been trying to figure out what is the best/most appropriate Spark Notebook (web based IDE) for use on an HDP cluster.

Is there one available through Hortonworks packages?

I have found a number of training lessons from Hortonworks which talk about installing iPython Notebook (which can work for python+spark as well as scala+spark). However they seem to assume you are on a sandbox and are compiling and installing the software they demand, not checking what is already there and not using packages.

I have also seen mentions of Zeppelin - an Apache incubating project. This is good too - but I have the same problem - I have to build it myself and it doesn't for me.

There are also third party Notebooks such as the Cloud based one from Data Bricks.

Any recommendations? What has worked for you?

1 ACCEPTED SOLUTION

avatar

We recommend Zeppelin. Apache Zeppelin is currently in tech preview and is included in the most recent sandbox. Otherwise, you can walk through the install here: http://hortonworks.com/hadoop/zeppelin/#section_3

Look for Zeppelin to be included out-of-the-box in future HDP releases.

View solution in original post

2 REPLIES 2

avatar

We recommend Zeppelin. Apache Zeppelin is currently in tech preview and is included in the most recent sandbox. Otherwise, you can walk through the install here: http://hortonworks.com/hadoop/zeppelin/#section_3

Look for Zeppelin to be included out-of-the-box in future HDP releases.

avatar
Expert Contributor

Thanks!

Sounds like my sandbox is out of date now 🙂