Member since
09-14-2016
7
Posts
2
Kudos Received
0
Solutions
05-25-2017
04:23 PM
We restarted Zeppelin and the variables got cleared. That's good because the variables got cleared. That's not good because we can't have a user calling the system administrator to restart Zeppelin just because the user wants the variables in their notebook cleared. My actual problem is that I have a large notebook with many cells and lots of code. So if I rename a variable in a few cells, but I forget to rename it in another cell, my program will keep running since the old variables are held in memory. A Zeppelin restart is then necessary for me to find out that the notebook is actually not going to work. There must be a way to easily reset all variables. If it was just my code, I would not be worried. But we are about to release Zeppelin to our users: it is a matter of time before someone runs into this problem. We also use a product here called Databricks which runs notebooks of their own. The same type of problem exists there, but they give you two ways to take care of the problem. One is by running the command "%reset -f' in a cell. I tried that in Zeppelin and it did not work.
... View more
05-23-2017
09:20 PM
Hi Sonu, I don't have access to the Zeppelin server: only our admins can get in there. The rest of us are thought of as "Zeppelin users" and the expectation is that we will do our work using the Zeppelin Notebook. Is there a way to clear the values by running a notebook command such as "ResetValues()" or "StartOver()" or something nice like that? Thanks for responding to the post. Carlos -
... View more
05-23-2017
05:19 PM
I created a Zeppelin notebook and I added three lines of code to it. "%pyspark", myValue = "4", and "print myValue". I then commented out the second line where I assign 4 to myValue and I ran the notebook: it still remembers that myValue is 4. How do I reset the notebook so that I will not remember values of variables?
... View more
Labels:
- Labels:
-
Apache Zeppelin
10-11-2016
06:45 PM
Perhaps Livy is not started? Try running this in the command window: /usr/hdp/2.5.0.0-817/livy/bin/livy-server
... View more
09-15-2016
09:28 PM
Thanks everybody for your postings. I downloaded the HDP 2.5 Sandbox, tested out Livy, and things worked fine for the most part. It would be great if Hortonworks could make Livy official for the 2.5 release along with some great documentation.
... View more
09-14-2016
04:02 PM
Do you know if HortonWorks plans to expose Livy at some point? Any case, I am thinking about installing Livy on my HortonWorks environment in order to take advantage of it. Do you see any possible problems with doing so since HDP2.5 already has Livy embedded somewhere?
... View more
09-14-2016
03:52 PM
2 Kudos
Does Hortonworks provide
a REST API for starting Spark jobs? Microsoft and Cloudera are both
looking at Livy. Wondering if Hortonworks has similar plans to provide a tool to make it easy to start Spark jobs via REST.
... View more
Labels:
- Labels:
-
Apache Spark