Re: No response when creating new notebook

2015-11-12 Thread Fengdong Yu
Hi Jeff, Did you start Zeppelin server? ./bin/zeppelin-daemon.sh start > On Nov 13, 2015, at 3:35 PM, Jeff Zhang wrote: > > > When I complete the installation of zeppelin and try to open a new notebook, > it doesn't get any response. And it shows "disconnected" on the right side. > But I

No response when creating new notebook

2015-11-12 Thread Jeff Zhang
When I complete the installation of zeppelin and try to open a new notebook, it doesn't get any response. And it shows "disconnected" on the right side. But I could not find any error message related with the disconnected issue in the logs. Anyone has hit this issue too ? -- Best Regards Jeff Z

Re: Need help getting docker containers running on z-manager

2015-11-12 Thread Asif Imran
Hi Khalid, Thanks for your helpful comments. 1. I have enabled ${DOCKER_HOST},${DOCKER_PORT} variables via the docker env variables, thusly: eval "$(docker-machine env zmanager)" Therefore, ${DOCKER_HOST} resolves to tcp://192.168.99.100:2376 2. I have (indirectly) verified that the daemon is

Re: Need help getting docker containers running on z-manager

2015-11-12 Thread Khalid Huseynov
Hello Asif, You don't need to have docker container running Zeppelin (z-manager would spin up one for you), however you need running docker daemon on ${DOCKER_HOST}:${DOCKER_PORT}. Currently DOCKER_HOST is commented out in z-manager.sh (assuming you export it in your environment), you can uncommen

Re: Zeppelin impala interpreter

2015-11-12 Thread moon soo Lee
Hi Abhi, It would be appreciate if you file an issue. Could you check if Zeppelin processes are still running and any exceptions in Zeppelin log files, when the problem happens? Thanks, moon On Fri, Nov 13, 2015 at 3:58 AM Abhi Basu <9000r...@gmail.com> wrote: > I think I have a found a big bug

Need help getting docker containers running on z-manager

2015-11-12 Thread Erdos
Hi, I am trying to get multi-tenancy working with z-manager. I need some help. My current use/test case: 1. Set up standalone spark-cluster on my laptop (spark 1.4.1) 2. Use docker containers using docker-machine (v0.4.1) and corresponding VM on my laptop 3. Run containerized zeppelin notebook w

Re: Zeppelin impala interpreter

2015-11-12 Thread Abhi Basu
I think I have a found a big bug. Just changed the hive interpreter to update to impala port, removed user name and saved, and now zeppelin is unusable - interpretors page does not load and notebooks dont show up anymore. Cannot create a new notebook and zeppelin shows disconnected state. Let me kn

Re: Real time chart in Zeppelin?

2015-11-12 Thread Silvio Fiorito
Hi Tomas, I updated the Gist to include the Spark side of the example. Basically this is using Zeppelin’s Angular display system, more info here: http://zeppelin.incubator.apache.org/docs/displaysystem/angular.html The key parts are in Spark calling “z.angularBind” (line 26 in the Gist) which

Re: Building Zeppelin for Spark

2015-11-12 Thread Fengdong Yu
It depends on your build parameters please reach here: https://github.com/apache/incubator-zeppelin ‘Build’ section > On Nov 12, 2015, at 7:49 PM, Darren Govoni wrote: > > Ok, it wasn't clear from the docs page if zeppelin pulls spark in or if I > have to build spark myself. > > So buildin

Re: Building Zeppelin for Spark

2015-11-12 Thread Darren Govoni
Ok, it wasn't clear from the docs page if zeppelin pulls spark in or if I have to build spark myself. So building zeppelin from source will pull the latest spark (1.5.2) in? Thanks. On 11/12/2015 06:45 AM, Fengdong Yu wrote: I am not catch up what’s you really want If you want to build Zeppe

Re: Building Zeppelin for Spark

2015-11-12 Thread Fengdong Yu
I am not catch up what’s you really want If you want to build Zeppelin based on Spark, then Spark will be pulled from Maven repo. but if you don’t want to download from the Maven repo, you have to put all denpencies on your local repo. > On Nov 12, 2015, at 7:35 PM, Darren Govoni wrote: >

Building Zeppelin for Spark

2015-11-12 Thread Darren Govoni
Hi, Is there any way to build zeppelin for a binary spark distro? How should it be done? thanks, D