Re: Thrift server for call back will start. Port:

2018-03-05 Thread 小野圭二
Combinations: SPARK_HOME set in 'O'->point to external spark , no '-' ->head to internal spark lib spark interpreter setting 〇 〇 - - 〇 - - zeppelin -env.sh - - - - 〇 〇 〇 environment parameters - 〇 〇 - 〇 〇 - Work Fine:〇 NG:× 〇 〇 〇 〇 × × × The consequences are zeppelin-env.sh has a top priority. An

Re: Thrift server for call back will start. Port:

2018-03-05 Thread Jeff Zhang
If you set SPARK_HOME in spark interpreter setting, then please remove SPARK_HOME in spark-env.sh, otherwise you do will hit weird issue. 小野圭二 于2018年3月6日周二 上午10:56写道: > Hi Jeff, > > I did set SPARK_HOME to use external spark at first. And that was fine > work on CentOS, but not on Mac. > Do yo

Re: Thrift server for call back will start. Port:

2018-03-05 Thread 小野圭二
Hi Jeff, I did set SPARK_HOME to use external spark at first. And that was fine work on CentOS, but not on Mac. Do you mean try it again? 2018-03-06 11:12 GMT+09:00 Jeff Zhang : > >>> Seems like it is not good chemistry between Spark and Zeppelin on > Mac. From the reason that the consequence of

Re: Thrift server for call back will start. Port:

2018-03-05 Thread Jeff Zhang
>>> Seems like it is not good chemistry between Spark and Zeppelin on Mac. >From the reason that the consequence of removing the environment parameters, Zeppelin headed to own spark lib. Could you specify SPARK_HOME in your spark interpreter to use external spark instead of zeppelin's own spark li

Re: Thrift server for call back will start. Port:

2018-03-05 Thread 小野圭二
I wonder why, but it seems work fine, and would like to share how to fix it. First of all, this issue happened just on MAC. [THE ENV WAS] macOS High Sierra v 10.13.3 cpu core i5 mem 8GB Zeppelin 0.8.0 snapshot Spark 2.2.0 [ISSUE] see this previous mails [SOLUTION] ref. http://apac

Re: Thrift server for call back will start. Port:

2018-03-05 Thread 小野圭二
Nothing changed. I guess this property does not effect cause of failing to call the interpreter. i challenged it as log4j...zeppelin=DEBUG, but no way. 2018-03-05 18:24 GMT+09:00 Jeff Zhang : > > Try to add the following to log4j.properties for more log > > log4j.logger.org.apache.zeppelin.in

Re: Thrift server for call back will start. Port:

2018-03-05 Thread Jeff Zhang
Try to add the following to log4j.properties for more log log4j.logger.org.apache.zeppelin.interpreter=DEBUG 小野圭二 于2018年3月5日周一 下午5:13写道: > Actually, there was not created the interpreter log file as said 'Cannot > run interpreter' in the log. And it was run on local machine as MAC, i mean > st

Re: Thrift server for call back will start. Port:

2018-03-05 Thread 小野圭二
Actually, there was not created the interpreter log file as said 'Cannot run interpreter' in the log. And it was run on local machine as MAC, i mean stand alone. i stopped every firewall to make it easy. And again,this happened just on Mac. On CentOS, it works fine. That makes me confusion. :-b 20

Re: Thrift server for call back will start. Port:

2018-03-04 Thread Jeff Zhang
Could you check the interpreter log ? The issue of not be able to connecting to thrift port could happen due to network issue, like firewall or you use VPN, etc. 小野圭二 于2018年3月5日周一 下午12:32写道: > Hi, > > I show the all log on this error.There are 2 type error. The 1 is at the > first run. The 2 is

Re: Thrift server for call back will start. Port:

2018-03-04 Thread 小野圭二
Hi, I show the all log on this error.There are 2 type error. The 1 is at the first run. The 2 is at the second run. Seems like could not established to Thrift callback port 51348 that was set at the first run. First of all, does it need to establish the callback port of Thrift server? The notebook

Re: Thrift server for call back will start. Port:

2018-03-01 Thread 小野圭二
Hi Jeff, No one graved 63039 so far on Mac. Yes, this issue has been reproduced as changing the port NO randomly. Ono 2018-03-02 14:49 GMT+09:00 Jeff Zhang : > > It is possible that 63039 is used by other processes, as Mac can not > detect whether this port is used or not from my experience. >

Re: Thrift server for call back will start. Port:

2018-03-01 Thread Jeff Zhang
It is possible that 63039 is used by other processes, as Mac can not detect whether this port is used or not from my experience. And can you reproduce this issue consistently ? Because each time zeppelin will chose a random port as long as you don't specify the portRange, so if you reproduce it co

Thrift server for call back will start. Port:

2018-03-01 Thread 小野圭二
Hi there, I am so confusing now, let me know why if You know this, please. The env: Mac: High Sierra ver.10.13.3 Zep: 0.7.3 Spark: 2.2.0 Java: 1.8 notebook script: %pyspark print 'aaa' (just it for test) In this env, i got the error in log as ERROR ({pool-2-thre