Re: Run Zeppelin on HTTP/HTTPS Port

2016-06-29 Thread Chandra Maloo
Further when I check configuration from UI, it does not show webserver port setting there. So I think the issue is that the zeppelin-site.xml is not applied somehow. I have already restarted Zeppelin, but does not help. Regards, Chandra On Jun 30, 2016 12:07 PM, "Chandra Maloo"

Re: Run Zeppelin on HTTP/HTTPS Port

2016-06-29 Thread Chandra Maloo
I have configured zeppelin.server.port to 443 and zeppelin.websocket.port to 80 It starts successfully, when I run as super user, but shows disconnected on UI. Do you know what could be the reason? On Jun 30, 2016 11:59 AM, "Abhisar Mohapatra" wrote: > Yes ,I think

Re: Run Zeppelin on HTTP/HTTPS Port

2016-06-29 Thread Abhisar Mohapatra
Yes ,I think you can do that.Anyways you have an option to configure the port you want your zeppelin instance to run on.Point is the IP shouldn't be a private IP and should be accessible from outside.Or if VPN connection,then yes. Thanks, Abhisar On Thu, Jun 30, 2016 at 8:22 AM, Chandra Maloo

Run Zeppelin on HTTP/HTTPS Port

2016-06-29 Thread Chandra Maloo
Hello, I am working in an organization where firewall allows only HTTP and HTTPS traffic. I have Zeppelin installed in a machine within firewall. Can I configure Zeppelin to work with only 80 and 443 ports so that I can access it from outside the organization with its public IP? Regards, Chandra

RE: import notebook

2016-06-29 Thread Wang, Yaguang
Thanks. It works! From: astros...@gmail.com [mailto:astros...@gmail.com] On Behalf Of Hyung Sung Shim Sent: Thursday, June 30, 2016 9:59 AM To: users@zeppelin.apache.org Subject: Re: import notebook There is the import note menu in the zeppelin main page. [본문 이미지 1] Hope this helps.

Re: geode/gemfire interpreter

2016-06-29 Thread Jongyoul Lee
Hello, Zeppelin 0.5.6 doesn't have Geode because it requires jdk 1.8 by default. You should build Zeppelin by yourself. Regards, JL On Wednesday, 29 June 2016, Teik Hooi Beh wrote: > Hi, > > I downloaded the 0.5.6 incubating release but did not see the > geode/gemfire

Re: spark interpreter

2016-06-29 Thread Benjamin Kim
On a side note… Has anyone got the Livy interpreter to be added as an interpreter in the latest build of Zeppelin 0.6.0? By the way, I have Shiro authentication on. Could this interfere? Thanks, Ben > On Jun 29, 2016, at 11:18 AM, moon soo Lee wrote: > > Livy interpreter

Re: spark interpreter

2016-06-29 Thread moon soo Lee
Livy interpreter internally creates multiple sessions for each user, independently from 3 binding modes supported in Zeppelin. Therefore, 'shared' mode, Livy interpreter will create sessions per each user, 'scoped' or 'isolated' mode will result create sessions per notebook, per user. Notebook is

Re: Help! Installing Zeppelin with SQL and R

2016-06-29 Thread Leon Katsnelson
Rebecca, have you considered using Zeppelin on http://DataScientistWorkbench.com. We host Zeppelin and other tools there for you to use absolutely free of charge and we take care of making sure that it works for you. If therre is something we don't do or don't do well, just let us know at

Re: Help! Installing Zeppelin with SQL and R

2016-06-29 Thread Amos Elberg
Rebecca - what's happening currently with R (I don't know about SQL) is that there's a bug in a recent PR to Zeppelin that's preventing the R interpreter from loading. I have to get around to fixing that in the next few days. You can find a version without the conflict in my repo, or I'll