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

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

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. >