Apache Zeppelin – Interactive analytics on Spark
zeppelin.incubator.apache.org
Apache Zeppelin – Interactive analytics on Spark
1–10 of 35 posts
Re: Apache Zeppelin – Interactive analytics on Spark
#2While I haven't tried it, I imagine that you can use pyspark from an IPython notebook and have much of the same functionality as with Apache Zeppelin. Makes me wonder if it wouldn't have been better to just extend IPython notebooks instead of starting a new project.
Edit: How to run PySpark from an IPython notebook[1]
[1] http://ramhiser.com/2015/02/01/configuring-ipython-notebook-...
Re: Apache Zeppelin – Interactive analytics on Spark
#3Interesting. I wonder how this compares to an IPython notebook? While I haven't tried it, I imagine that you can use pyspark from an IPython notebook and have much of the same functionality as with Apache Zeppelin. Makes me wonder if it wouldn't have been better to just extend IPython notebooks instead of starting a new project. Edit: How to run PySpark from an IPython notebook[1] [1] http://ramhiser.com/2015/02/01/c…
Details are in IPython changelog:
> 3.x will be the last monolithic release of IPython, as the next release cycle will see the growing project split into its Python-specific and language-agnostic components. Language-agnostic projects (notebook, qtconsole, etc.) will move under the umbrella of the new Project Jupyter name
Re: Apache Zeppelin – Interactive analytics on Spark
#4Interesting. I wonder how this compares to an IPython notebook? While I haven't tried it, I imagine that you can use pyspark from an IPython notebook and have much of the same functionality as with Apache Zeppelin. Makes me wonder if it wouldn't have been better to just extend IPython notebooks instead of starting a new project. Edit: How to run PySpark from an IPython notebook[1] [1] http://ramhiser.com/2015/02/01/c…
It's actually quite nice and very promising but still a little raw and rough around the edges. It's just great to see an open source project to compete with the commercial ones that seem to be popping up all over the place. And it's very modular so it could be used for more than just Spark based jobs.
Re: Apache Zeppelin – Interactive analytics on Spark
#5Here's the one I work on: http://BeakerNotebook.com
Note that we are hiring, especially front-end engineers. Do open source fulltime in NYC.
Re: Apache Zeppelin – Interactive analytics on Spark
#6But I'm curious.
Re: Apache Zeppelin – Interactive analytics on Spark
#7Notebook interfaces are proliferating. Here's the one I work on: http://BeakerNotebook.com Note that we are hiring, especially front-end engineers. Do open source fulltime in NYC.
Re: Apache Zeppelin – Interactive analytics on Spark
#8Re: Apache Zeppelin – Interactive analytics on Spark
#9I must admit I now need to go figure out what a "notebook" is in this context. I don't really get what Zeppelin -is-. But I'm curious.
The nice thing about it is that it is all repeatable and that you can share it with other people/researchers.
Re: Apache Zeppelin – Interactive analytics on Spark
#10Can't wait to see if the Jupyter split will contribute to a consolidation or proliferation in the notebook-verse...