How to write a style of printout in a application?

2017-06-22 Thread 小野圭二
Hi, I am super beginner on here, but this is an amazing project, thx. And not sure all of them, so am sorry if this is a little bit silly question. I saw how to write some code on Zeppelin, at the same time, the same code can run on it as a application program like this. [in notebook] % hogehoge

NPE in SparkInterpreter.java

2017-06-22 Thread Richard Xin
apache/zeppelin | | | | | | | | | | | apache/zeppelin zeppelin - Mirror of Apache Zeppelin | | | in the code I see // Some case, scala.tools.nsc.interpreter.IMain$ReadEvalPrint.call throws an NPE We had issues that Zeppelin note errored out immediately without any hint mess

Re: Service 'sparkDriver' could not bind on port with dockerized zeppelin

2017-06-22 Thread Иван Шаповалов
Solved this. It appears that 'spark.driver.bindAddress' should point to docker container IP while 'spark.driver.host' to outer host IP Thanks anyway 2017-06-22 19:16 GMT+03:00 Иван Шаповалов : > Help needed. > > 1. got zeppelin running in a docker container > 2. got remote spark standalone clust

Re: Service 'sparkDriver' could not bind on port with dockerized zeppelin

2017-06-22 Thread Иван Шаповалов
zeppelin version is 0.7.2 2017-06-22 19:16 GMT+03:00 Иван Шаповалов : > Help needed. > > 1. got zeppelin running in a docker container > 2. got remote spark standalone cluster I want to run paragraphs against > > > I have: > - created a setting with > -- master - $MASTER_IP/7077 > -- 'spark.dri

Service 'sparkDriver' could not bind on port with dockerized zeppelin

2017-06-22 Thread Иван Шаповалов
Help needed. 1. got zeppelin running in a docker container 2. got remote spark standalone cluster I want to run paragraphs against I have: - created a setting with -- master - $MASTER_IP/7077 -- 'spark.driver.host' - ip of the docker container 172.18.0.2 -- 'spark.driver.port' - free port num