Re: zeppelin multi user mode?

2016-02-26 Thread Benjamin Kim
Ahyoung, If z-manager can be expanded to include many of the features of Cloudera Manager or Ambari, I think it would be a formidable installer and monitoring tool for Zeppelin. Many in our organization are looking for something as production level as this. Are there any plans to make it so?

Re: zeppelin multi user mode?

2016-02-26 Thread Ahyoung Ryu
Hi Benjamin, I think this conversations may help you about the first question : ) Best, Ahyoung 2016년 2월 27일 (토) 오전 12:11, Benjamin Kim 님이 작성: > Anyone know when multi-tenancy will support Spark on Yarn? And will there > be

Re: Data Export

2016-02-26 Thread Khalid Huseynov
As far as I know there're few PRs (#6 , #725 , #89 , #714 ) addressing similar

Re: OOM error when run all paragraphs

2016-02-26 Thread moon soo Lee
Thanks for sharing your use case and the memory usage table. I could able to reproduce the problem. Do you mind create an issue for it on our jira? I might have sometime next week to dig into this problem. Thanks, moon On Thu, Feb 25, 2016 at 5:49 PM Dafeng Wang wrote: >

Data Export

2016-02-26 Thread Benjamin Kim
I don’t know if I’m missing something, but is there a way to export the result data into a CSV, Excel, etc. from a SQL statement? Thanks, Ben

Re: zeppelin multi user mode?

2016-02-26 Thread Benjamin Kim
Anyone know when multi-tenancy will support Spark on Yarn? And will there be a simpler way of installing it using z-manager in the future? Thanks, Ben > On Feb 14, 2016, at 6:12 PM, Alexander Bezzubov wrote: > > Benjamin, > z-manager consists of 2 independant

AW: -Dspark.jars is ignored when running in yarn-client mode, also when adding the jar with sc.addJars

2016-02-26 Thread Rabe, Jens
Hello, I found out ahow to add the library. Since I run Spark with spark-submit, I have to add the option to the SPARK_SUBMIT_OPTIONS variable, so I added: export SPARK_SUBMIT_OPTIONS="--jars /home/zeppelin/jars/mylib.jar" Now it works. This should be added to the documentation though. Von:

-Dspark.jars is ignored when running in yarn-client mode, also when adding the jar with sc.addJars

2016-02-26 Thread Rabe, Jens
Hello, I have a library I want to embed in Zeppelin. I am using a build from Git yesterday, and Spark 1.6. Here is my conf/zeppelin-env.sh: export JAVA_HOME=/usr/lib/jvm/java-7-oracle export MASTER=yarn-client export HADOOP_CONF_DIR=/etc/hadoop/conf export ZEPPELIN_PORT=10080 export