Re: completion() method

2015-08-04 Thread Christian Tzolov
Here it is: https://issues.apache.org/jira/browse/ZEPPELIN-196 I think i've found the root cause and fixed it in this PR: https://github.com/apache/incubator-zeppelin/pull/180 Cheers, Christian On 3 August 2015 at 16:02, moon soo Lee m...@apache.org wrote: Yes, please file an issue. Thanks,

Re: Table not found (python to sql)‏

2015-08-04 Thread moon soo Lee
Hi, Can you try without creating sqlContext manually? # sqlContext = SQLContext(sc) Thanks, moon On Tue, Aug 4, 2015 at 8:20 AM Braden Callahan1 brad...@us.ibm.com wrote: I have an issue where I create a table in Python (pyspark) and the sql interpreter does not see the table. If I

Re: Yarn + Spark + Zepplin ?

2015-08-04 Thread manya cancerian
hi Guys, I am trying to run Zeppelin using Yarn as resource manager. I have made following changes 1- I have specified master as 'yarn-client' in the interpreter settings using UI 2. I have specified HADOOP_CONF_DIR as conf directory containing hadoop configuration files In my scenario I have

Launch Pyspark Interpretor

2015-08-04 Thread clark djilo kuissu
Hi,       I try to launch the pyspark interpretor without success. I ran the server: $ bin/zeppelin-daemon.sh start Running a simple notebook beginning with %pyspark, I got an error about py4j not being found. Just did pip install py4j (ref). Now I'm getting this error: pyspark is not

Re: Table not found (python to sql)‏

2015-08-04 Thread Braden Callahan1
I updated to 0.5.0 and removed the lone to create sqlContext and it resolved the issue. Thanks! From: moon soo Lee m...@apache.org To: users@zeppelin.incubator.apache.org Date: 08/03/2015 11:52 PM Subject:Re: Table not found (python to sql)‏ Hi, Can you try without

Path where server can be found

2015-08-04 Thread Wood, Dean Jr (GE Oil Gas)
I have a html chart that I want to present in zeppelin. I do this by using println(s”””%html”””+text) where text is a html file that has been put into a string using java.io. This works when the data can be put in a string in the html string in the text variable. However, when the html file

Re: Support for R interpreter

2015-08-04 Thread Eric Charles
I am preparing something more ASL2 license friendly so it can be submitted into zeppelin source. There are a few steps to take to make it work which are sketched on the github page (you only need to do this on the zeppelin node). On 2015-08-05 01:24, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: I see that Zeppelin

Re: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-04 Thread Eric Charles
This is not in the zeppelin repo. The impact is not huge, but it demands some changes in the code structure (different source tree, maven profiles, launch scripts...) On 2015-08-04 20:01, Nicholas Ustinov wrote: Eric, have you committed your changes to zeppelin repository? Could I take a

Re: Additional graphs?

2015-08-04 Thread Randy Gelhausen
Today Zeppelin includes the graphs you described out of the box. More visualization support out of the box is in progresshttps://github.com/apache/incubator-zeppelin/pull/152. Today you can have your scripts emit HTML and JavaScripthttps://zeppelin.incubator.apache.org/docs/display.html for

Re: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-04 Thread Nicholas Ustinov
Eric, have you committed your changes to zeppelin repository? Could I take a look? Thank you, Nikolay 2015-08-02 12:59 GMT+03:00 Eric Charles e...@apache.org: I have integrated the spark reple 2.11 into zeppelin. Because the api is different (see [1] it is not only using the 2.11 jars from

Re: Zeppelin Tutorial Notebook Fails

2015-08-04 Thread ๏̯͡๏
Fixed hive-site.xml from zeppelin conf property namehive.metastore.client.connect.retry.delay/name value5/value /property property namehive.metastore.client.socket.timeout/name value1800/value /property Remove s (postfix). Now i see this

Re: Additional graphs?

2015-08-04 Thread ๏̯͡๏
I see %d3, do you have examples on how to emit integrate d3 ? I am new to UI world so examples help On Tue, Aug 4, 2015 at 4:24 PM, Randy Gelhausen rgelhau...@hortonworks.com wrote: Today Zeppelin includes the graphs you described out of the box. More visualization support out of the box is