Re: More than 2 notebooks in R failing with error sparkr intrepreter not responding

2018-01-02 Thread Meethu Mathew
Hi Jeff, PFB the interpreter log. INFO [2018-01-03 12:10:05,960] ({pool-2-thread-9} Logging.scala[logInfo]:58) - Starting HTTP Server INFO [2018-01-03 12:10:05,961] ({pool-2-thread-9} Server.java[doStart]:272) - jetty-8.y.z-SNAPSHOT INFO [2018-01-03 12:10:05,963] ({pool-2-thread-9}

Re: More than 2 notebooks in R failing with error sparkr intrepreter not responding

2018-01-02 Thread Jeff Zhang
Could you check the interpreter log ? Meethu Mathew 于2018年1月3日周三 下午3:05写道: > Hi, > > I have met with a strange issue in running R notebooks in zeppelin(0.7.2). > Spark intrepreter is in per note Scoped mode and spark version is 1.6.2 > > Please find the steps below to

More than 2 notebooks in R failing with error sparkr intrepreter not responding

2018-01-02 Thread Meethu Mathew
Hi, I have met with a strange issue in running R notebooks in zeppelin(0.7.2). Spark intrepreter is in per note Scoped mode and spark version is 1.6.2 Please find the steps below to reproduce the issue: 1. Create a notebook (Note1) and run any r code in a paragraph. I ran the following code. >

Upload file to Filesystem

2018-01-02 Thread Andrea Santurbano
Hi guys, I was wondering if already exists a snippet that from a from you can import a file directly to the filesystem. Thanks Andrea

Persist interpreter changes with docker

2018-01-02 Thread Soeren Krings
Hey, I am using Apache Zeppelin with docker and I asked myself: What is the best practice to persist interpreter configuration changes? I run the docker container using the following command to persist /logs and /notebooks: docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v