0.6.1 and spark 2.0.0

2016-09-15 Thread Herman Yu
With a binary built of zeppelin 0.6.1 and spark 2.0.0 on a HDP 2.4 sandbox, I am getting the following error when spark interpreter (spark conf and zeppelin conf folders are copied from HDP 2.4 and modified accordingly) I google’d it and it seems related to Yarn timeline server (jersey 1 vs. jer

Re: 0.6.1 and spark 2.0.0

2016-09-19 Thread Herman Yu
ate: Friday, September 16, 2016 at 4:01 PM > To: "users@zeppelin.apache.org <mailto:users@zeppelin.apache.org>" > mailto:users@zeppelin.apache.org>> > Subject: Re: 0.6.1 and spark 2.0.0 > > > This is a known issue. There’s 2 solutions. > > 1. Use the sp

Import notebook

2016-09-23 Thread Herman Yu
I am having issues importing a notebook. If I chose to upload a file, after select the json file from my local drive, nothing happens, there is no button to next step; if I chose to ‘add by url’ and provide a url to a valid json file (http://myserver/notebook.json

Re: Import notebook

2016-09-25 Thread Herman Yu
s issue as well with google chrome. I tried on safari and > was able to upload as button was there. If you haven't already try safari or > Firefox? > > Best, > Mark > > Sent from my iPhone > > On 23 Sep 2016, at 19:30, Herman Yu <mailto:herman...@teeupdata.com>

Re: Registered as a temporary table

2016-09-28 Thread Herman Yu
yes. It worked for me, zeppelin 0.6 and spark 1.6… you may need to check the configure of zeppelin.spark.useHiveContext > On Sep 28, 2016, at 09:17, Joaquín Silva > wrote: > > Hello, > If I register a DF as temporary table in a %spark block, ¿can %sql read it in > the next block?. Because i

command execution time measure

2016-09-28 Thread Herman Yu
Hi, with Zeppelin 0.6, it only shows the time measure as "Took a few seconds/Took a minute….”. with the tech-preview version comes with HDP 2.4.0, it used to show the exact time a command took, like “took 36 seconds….” Is this configurable? I would like to have it show me the exact time a comma

Livy with 0.6.0

2016-10-03 Thread Herman Yu
Hi everyone, Is there a way to enable the REPL output for Livy interpreter with zeppelin 0.6 and spark 1.6? set zeppelin.livy.spark.printREPLOutput to true doesn’t work with Livy interpreter. Thanks Herman.