Re: Zeppelin Port Configuration

2017-09-13 Thread Jeff Zhang
The log is clear, you don't have log4j under /etc/zeppelin/conf/log4j.properties, so there will be no log file. Please provide log4j for zeppelin. BTW which version of zeppelin do you use ? Looks like you are not using apache zeppelin, but from some venders. Carlos Andres Zambrano Barrera

Re: Zeppelin Port Configuration

2017-09-13 Thread Carlos Andres Zambrano Barrera
Ypu are right, I found the logs and the las thing i could see are, but I suppose it is relation with WARNING: A HTTP GET method, public ROOT LOGS Sep 13, 2017 5:26:58 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey:

Re: Zeppelin Port Configuration

2017-09-13 Thread Jianfeng (Jeff) Zhang
That doesn't work fine :) Please check the log for details. Best Regard, Jeff Zhang From: Carlos Andres Zambrano Barrera > Reply-To: "users@zeppelin.apache.org"

Re: Zeppelin Port Configuration

2017-09-13 Thread Carlos Andres Zambrano Barrera
I just change and it works fine! now when i tried to connect it shows websocket disconnected and i can not see my notebooks I tried with different web-browser from different IP and without proxy, but we can not open my notebooks. . [image: Imágenes integradas 1] Sent

Re: Zeppelin Port Configuration

2017-09-13 Thread Jianfeng (Jeff) Zhang
What do you see in logs ? Best Regard, Jeff Zhang From: Carlos Andres Zambrano Barrera > Reply-To: "users@zeppelin.apache.org" > Date: Thursday, September

Zeppelin Port Configuration

2017-09-13 Thread Carlos Andres Zambrano Barrera
Hi, I need to have zeppelin on port 80, and i change it in: zeppelin-site.xml Andzeppelin-env.sh I restart the services and it does not work the interpreter. Anyone could help me, please? -- Ing. Carlos Andrés Zambrano Barrera Cel: 3123825834 Sent with Mailtrack

Zeppelin 0.7.2 with SSL enabled not working on new browsers

2017-09-13 Thread Kevin J Doyle
Hi, We are encountering an issue on some of the newer browser versions with Zeppelin 0.7.2 that is SSL enabled. Our Zeppelin notebook is configured with the following in zeppelin-env.sh: ZEPPELIN_SSL=trueZEPPELIN_SSL_KEYSTORE_TYPE=PKCS12ZEPPELIN_SSL_KEYSTORE_PATH=ZEPPELIN_SSL_KEYSTORE_PASSWORD=

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-13 Thread Luis Angel Vicente Sanchez
Hi Jeff, I have created this issue https://issues.apache.org/jira/browse/ZEPPELIN-2929. I was trying to change the source of this problem and I reach to a similar conclusion but I wasn't sure what the best way to propagate the user name would be.Regards, Luis Angel Vicente Sanchez

Re: Weird problem with notebook permissions, can change them eve if I'm not owner

2017-09-13 Thread Raffaele S
Hello, if this is the case, can you please open a JIRA issue? Raffaele 2017-09-08 18:18 GMT+02:00 Luis Angel Vicente Sanchez < zeppelin-us...@bigcente.ch>: > Ok... problem found, zeppelin.anonymous.enabled was not set to false. I > would say that the message saying that it's ignoring the owner

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-13 Thread Jianfeng (Jeff) Zhang
Could you create a ticket for it first ? I suspect it is due to we didn't pass user name in InterpreterContextRunner, but needs more investigation. Best Regard, Jeff Zhang From: Deenar Toraskar > Reply-To:

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-13 Thread Deenar Toraskar
Hi I work with Luis. We have tried both options of triggering cells in the same notebook using z.run(paraIndex) as well as the paragraph id z.run("20170620-085926_474506193") . We are happy to patch Zeppelin. Would be grateful if you can point us to the right direction on how to propogate the