Dependency management

2017-04-12 Thread David Howell
Hi users, I hope this is a simple one and you can help me 😊 I am having trouble adding dependency to Zeppelin Notebook (0.7.0) on AWS EMR (emr-5.4.0). I notice that the %dep interpreter is not available on AWS EMR so I can’t use that option. I follow these instructions to add the dependency: ht

Re: Order in table :

2017-04-12 Thread moon soo Lee
We have umbrella issue for improving built-in visualizations. https://issues.apache.org/jira/browse/ZEPPELIN-1915 If you think there's no related issue yet, please feel free to create one! Thanks, moon On Tue, Apr 11, 2017 at 11:21 PM kevin giroux wrote: > How can I order the table in the par

Re: Autosave is currently broken

2017-04-12 Thread Jeff Zhang
I see the same behavior that I will lose my code if I don't run it. Hope someone who familiar with the saving mechanism to fix it. Paul Brenner 于2017年4月13日周四 上午6:12写道: > I’ve seen a little discussion of this, but now that there is a ticket I > think it is worth making sure everyone knows: > Aut

Autosave is currently broken

2017-04-12 Thread Paul Brenner
I’ve seen a little discussion of this, but now that there is a ticket I think it is worth making sure everyone knows: Autosave is working inconsistently. Be careful that you don’t lose code. It seems that running and/or collapsing paragraphs causes code to be saved so that could be a temporary

Re: org.apache.spark.SparkException: Could not parse Master URL: 'yarn'

2017-04-12 Thread Chaoran Yu
I suspect this is due to not setting SPARK_EXECUTOR_URI. I’ve run Zeppelin with Spark on Mesos. I ran into a similar exception where Zeppelin was not able to parse the MASTER URL, which is “mesos://leader.mesos :5050” in my case. Then I found out that I had the following setting: SPARK_EXECUTOR

org.apache.spark.SparkException: Could not parse Master URL: 'yarn'

2017-04-12 Thread Ben Vogan
Hello all, I am trying to install Zeppelin 0.7.1 on my CDH 5.7 Cluster. I have been following the instructions here: https://zeppelin.apache.org/docs/0.7.1/install/install.html https://zeppelin.apache.org/docs/0.7.1/install/configuration.html https://zeppelin.apache.org/docs/0.7.1/interpreter/sp

Re: no interpreters

2017-04-12 Thread Knapp, Michael
I think this is a proxy security issue, I will have to figure this out on my own unless there is some method to not use web sockets in Zeppelin. From: "Knapp, Michael" Reply-To: "users@zeppelin.apache.org" Date: Wednesday, April 12, 2017 at 11:22 AM To: "users@zeppelin.apache.org" Subject: Re:

Re: no interpreters

2017-04-12 Thread Knapp, Michael
Some updates: I have dockerized my Zeppelin application now. When I run it locally I can see the full Zeppelin home page. When I run the exact same image on my EC2 instance, I can only see the top of the page, the header bar. I have tried both with Zeppelin 0.7.0 and 0.7.1. I opened the Dev

removing variables from context

2017-04-12 Thread Иван Шаповалов
All, Could anyone please point to some mechanisms to remove datasets / dataframes from the current interpreter context? Thanks in advance -- Ivan Shapovalov