Re: interactive code and security concern

2019-10-30 Thread Jeff Zhang
No, currently Zeppelin doesn't do anything on that. I believe it should be done by interpreter itself instead of relying on Zeppelin. Take livy as example, livy should protect that via enabling kerberos in yarn cluster. mhd wrk 于2019年10月31日周四 上午12:59写道: > Considering that Zeppelin (via Livy) sup

RE: Cannot use official Docker container

2019-10-30 Thread Michael Black
Hi Tomás I think it’s caused by a change in the zeppelin-site.xml that changed the server bind address that is causing the issue. If you supply the docker image with your own xml file with the default ip of 0.0.0.0, does that resolve the issue? Upgrading from Zeppelin 0.8.1 (and before) to 0.8

Cannot use official Docker container

2019-10-30 Thread Tomás Fernández Pena
Hi I'm trying to start Zeppelin in a docker container running docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.2 but I'm unable to access to Zeppelin at localhost:8080 $ curl http://localhost:8080 curl: (56) Recv failure: Connection reset by peer The Zeppelin logs seem normal,

interactive code and security concern

2019-10-30 Thread mhd wrk
Considering that Zeppelin (via Livy) supports Interactive Scala code, does it provide any sand-boxing feature to protect the back-end against malicious code?

Re: Cannot compile latest snapshot

2019-10-30 Thread Jeff Zhang
If you are building master branch, only JDK 8 is supported. But for branch-0.8 JDK 7 and 8 are both supported Artur Rataj 于2019年10月30日周三 下午8:55写道: > Not related to Zeppelin. A problem with a particular installation of JDK8 > which showed when the build system did not run $JAVA_HOME/bin/java, bu

Re: Cannot compile latest snapshot

2019-10-30 Thread Artur Rataj
Not related to Zeppelin. A problem with a particular installation of JDK8 which showed when the build system did not run $JAVA_HOME/bin/java, but instead $JAVA_HOME/jre/bin/java. On Wed, Oct 30, 2019 at 10:56 AM Artur Rataj wrote: > Hi, I have a problem building Zeppelin from sources. > https://

Cannot compile latest snapshot

2019-10-30 Thread Artur Rataj
Hi, I have a problem building Zeppelin from sources. https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html says that JDK7 is needed, but pom.xml contains now java.version 1.8. When I use JDK 7, I get [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.

RE: can't plot

2019-10-30 Thread Queimado, Fernando (Nokia - PT/Amadora)
unsubscribe