Re: unsubscribe

2019-05-02 Thread Paul Brenner
Please stop spamming the list with these messages and follow the proper procedure to unsubscribe using the appropriate link in the mailing list section here: http://zeppelin.apache.org/community.html PAUL BRENNER Head of Data Science pbren...@placeiq.com | (217) 390-3033 | www.placeiq.com twi

Unsubscribe

2019-05-02 Thread Juan Nunez
On Wed, May 1, 2019 at 9:03 PM Mike Chan wrote: > And when I do it in python > > requests.exceptions.ConnectionError: HTTPSConnectionPool(host=' > hn0-nternal.cloudapp.net', port=9995): Max retries exceeded with url: > /api/login;JSESSIONID=7b6(Caused by > NewConnectionError(' 0x106492cd0>: Faile

RE: Re: Binary distribution of Zeppelin - Master branch

2019-05-02 Thread stephane.davy
Hello, You mean “strict-ssl”, not “stric-ssl”, don’t you? Is it just a typo in your mail? Stéphane From: arvindsheri...@northwesternmutual.com [mailto:arvindsheri...@northwesternmutual.com] Sent: Thursday, May 2, 2019 17:00 To: users@zeppelin.apache.org; Jeff Zhang Subject: Re: [EXTERNAL] Re:

Re: Vega-lite / vegas in Zeppelin

2019-05-02 Thread Xun Liu
Stéphane Thank you for telling me vega-lite, Zeppelin is really a magical software! > 在 2019年5月2日,下午9:06,stephane.d...@orange.com 写道: > > Perfect ! Thanks a lot J > > Stéphane > > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Thursday, May 2, 2019 14:59 > To: users > Subject: Re: Veg

RE: Vega-lite / vegas in Zeppelin

2019-05-02 Thread stephane.davy
Perfect ! Thanks a lot ☺ Stéphane From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Thursday, May 2, 2019 14:59 To: users Subject: Re: Vega-lite / vegas in Zeppelin Set zeppelin.spark.printREPLOutput to false can solve this issue. mailto:stephane.d...@orange.com>> 于2019年5月2日周四 下午4:24写道: %spar

Re: Vega-lite / vegas in Zeppelin

2019-05-02 Thread Jeff Zhang
Set zeppelin.spark.printREPLOutput to false can solve this issue. 于2019年5月2日周四 下午4:24写道: > %spark > > import vegas._ > > import vegas.render.WindowRenderer._ > > > > implicit val render = vegas.render.ShowHTML(s => print("%html " + s)) > > > > > > val plot = Vegas("Country Pop", width=200,heig

RE: Vega-lite / vegas in Zeppelin

2019-05-02 Thread stephane.davy
%spark import vegas._ import vegas.render.WindowRenderer._ implicit val render = vegas.render.ShowHTML(s => print("%html " + s)) val plot = Vegas("Country Pop", width=200,height=200). //config(background = "orange"). withData( Seq( Map("country" -> "USA", "population" -> 314),

Re: Vega-lite / vegas in Zeppelin

2019-05-02 Thread Jeff Zhang
Can you show me your sample code ? 于2019年5月2日周四 下午4:04写道: > Hello Jeff, > > > > Thanks for your answer. Actually, I’m at a very basic test level right > now. It seems to work, but I meet an annoying side effect: I get the plot > correctly displayed, but I also get a dump of my object in text for

RE: Vega-lite / vegas in Zeppelin

2019-05-02 Thread stephane.davy
Hello Jeff, Thanks for your answer. Actually, I’m at a very basic test level right now. It seems to work, but I meet an annoying side effect: I get the plot correctly displayed, but I also get a dump of my object in text format: [cid:image002.png@01D500CE.62781EC0] But if I hide the output of

Re: Binary distribution of Zeppelin - Master branch

2019-05-02 Thread Jeff Zhang
Try this: mvn clean package -Pbuild-distr -Pspark-2.2 arvindsheri...@northwesternmutual.com 于2019年5月2日周四 上午9:13写道: > How to get a binary distribution of the master version of Zeppelin? A bug > is fixed with this PR that I want to get. Not able to build locally on my > machine, running into num

Re: Vega-lite / vegas in Zeppelin

2019-05-02 Thread Jeff Zhang
Hi Stéphane, Thanks for your interest on Zeppelin. Zeppelin support ipython natively from 0.8, so ideally all the python visualization library that works in jupyter should also work in zeppelin. I tried vega-lite in zeppelin before, but just some basic usage, let me know if you meet any issues h

Vega-lite / vegas in Zeppelin

2019-05-02 Thread stephane.davy
Hello all, I'm starting to play with Zeppelin, this tool really looks great. I'm interested in the different visualizations that can be used in Zeppelin, and found that in addition of builtin ones and Helium ones it's also possible to embed some Vega-lite (https://vega.github.io/vega-lite/) one