Re: How to connect to a remote YARN cluster?

2016-10-08 Thread Jeff Zhang
Could you check the classpath of the interpreter process ? I suspect you didn't export HADOOP_CONF_DIR correctly. Run the following command: ps aux | grep RemoteInterpreterServer On Sun, Oct 9, 2016 at 2:36 PM, Xi Shen wrote: > Hi, > > I followed http://zeppelin.apache.org/docs/latest/in

How to connect to a remote YARN cluster?

2016-10-08 Thread Xi Shen
Hi, I followed http://zeppelin.apache.org/docs/latest/interpreter/spark.html, and set up SPARK_HOME, HADOOP_CONF_DIR. My SPARK build is 2.0. My Zeppelin build is the 0.6.1 binary from the web. After I start Zeppelin, I went to the interpreter setting page and changed Spark interpreter settings a

Re: How Apache Zeppelin runs a paragraph

2016-10-08 Thread Jeff Zhang
Thanks Jougyoul for the effort. This is really helpful for new contributors. Several comments. 1. Seems we didn't use noteId/notebookId correctly in code, do we have ticket to track that ? Because the sample code is conflicted with the definition of note/notebook in the post, it might confuse use

Re: How Apache Zeppelin runs a paragraph

2016-10-08 Thread Felix Cheung
Great post! On Tue, Oct 4, 2016 at 8:56 PM -0700, "Jongyoul Lee" mailto:jongy...@gmail.com>> wrote: Hello DuyHai, Thanks for the fixing the typo. I've fixed it. Concerning the debugging, I think writing posts or updating wiki would be better. I'm willing to write a simple post for that re