Re: How to connect to a remote YARN cluster?

2016-10-09 Thread Xi Shen
ps aux | grep RemoteInterpreterServer root71 0.1 3.3 3528164 133668 ? Sl 06:21 0:04 /usr/lib/jvm/java-8-openjdk-amd64//bin/java -Dfile.encoding=UTF-8 -Dlog4j.configuration=file:///opt/zeppelin-0.6.1-bin-all/conf/log4j.properties -Dzeppelin.log.file=/opt/zeppelin-0.6.1-bin-all/lo

Re: How to connect to a remote YARN cluster?

2016-10-09 Thread Jeff Zhang
There're 2 processes, the first one is embedded mode. The second is the normal spark launch mode. I am not sure which process you are using, can you kill these processes and rerun again ? And are you sure you put hadoop conf files under /opt/hadoop/conf/ ? On Sun, Oct 9, 2016 at 3:14 PM, Xi Shen

Re: How Apache Zeppelin runs a paragraph

2016-10-09 Thread Jongyoul Lee
Thanks you Jeff for the comments, 1. You're right, so some contribution already is submitted and merged. Tagging these kind of bugs as `newbie` and `beginner` would be helpful. 2. I'll plan to write a post about Interpreters including this topic. Thanks, Jongyoul On Sun, Oct 9, 2016 at 9:29 AM,

Re: [DISCUSS] Zeppelin 0.7 Roadmap

2016-10-09 Thread Jongyoul Lee
Thanks for the sharing this roadmap. I'd like to add impersonation for Spark/JDBC interpreter. How do you think of ti? Regards, Jongyoul On Sat, Oct 8, 2016 at 6:46 AM, moon soo Lee wrote: > Hi, Apache Zeppelin users and developers, > > We're about to start a release process for 0.6.2 and i t

Re: [DISCUSS] Zeppelin 0.7 Roadmap

2016-10-09 Thread DuyHai Doan
I'd also add in the Enterprise section a topic about monitoring (e.g. at least exposing JMX metrics as a 1st step). I guess we cannot pretend to be enterprise ready without at least some means to monitor the Zeppelin server state. Hopefully the monitoring topic will be covered by the big refactori

Re: How to connect to a remote YARN cluster?

2016-10-09 Thread Xi Shen
Yes, my configuration files are at /opt/hadoop/conf...but the configuration was not correct. It's working now. On Sun, Oct 9, 2016 at 3:54 PM Jeff Zhang wrote: > There're 2 processes, the first one is embedded mode. The second is the > normal spark launch mode. I am not sure which process you a

Change Zeppelin directory interpreters location

2016-10-09 Thread Maximilien Belinga
Hi, I'm actually working to change the location of Zeppelin interpreters directory. To achieve my goal, I changed the following environment variables in the {zeppelin_folder}/conf/zeppelin-env.sh file: export ZEPPELIN_INTERPRETER_DIR="/my/new_location" export ZEPPELIN_INTERPRETER_CONF="/my/new_lo

Re: Change Zeppelin directory interpreters location

2016-10-09 Thread Jongyoul Lee
Let me check it. On Mon, Oct 10, 2016 at 8:42 AM, Maximilien Belinga < maximilien.beli...@wouri.co> wrote: > Hi, > > I'm actually working to change the location of Zeppelin interpreters > directory. To achieve my goal, I changed the following environment > variables in the {zeppelin_folder}/conf/