Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9.0
-
None
-
None
-
zeppelin server and interperter run in the kuberneters
Description
the core error logs is :
1 Exception in thread "Thread-17" java.lang.RuntimeException: Fail to create TServerSocket
132 at org.apache.zeppelin.interpreter.RemoteInterpreterEventServer$1.run(RemoteInterpreterEventServer.java:113)
133 Caused by: java.io.IOException: No available port in the portRange: 12320:12320
134 at org.apache.zeppelin.interpreter.remote.RemoteInterpreterUtils.findAvailablePort(RemoteInterpreterUtils.java:78)
135 at org.apache.zeppelin.interpreter.RemoteInterpreterEventServer$1.run(RemoteInterpreterEventServer.java:103)
but InterpreterEventServer has runed int the before we can see the log :
39 WARN [2021-04-29 06:31:26,039] ({main} LocalConfigStorage.java[loadNotebookAuthorization]:77) - NotebookAuthorization file /zeppelin/conf/notebook-authorization.json is not existed
40 INFO [2021-04-29 06:31:26,190] ({Thread-14} RemoteInterpreterEventServer.java[run]:106) - InterpreterEventServer is starting at 10.244.5.203:12320
41 INFO [2021-04-29 06:31:26,687] ({main} RemoteInterpreterEventServer.java[start]:134) - RemoteInterpreterEventServer is started
so that is mean the RemoteInterpreterEventServer
run again so the error happen ,