There're 2 kinds of logs, one is zeppelin server log, and another is interpreter log. Could you check file zeppelin-interpreter-livy-*.log ?
Surjan S Rawat <surja...@gmail.com> 于2020年5月22日周五 上午9:00写道: > I am continuously getting the > error org.apache.thrift.TApplicationException: Internal error processing > createInterpreter. > > I can see the remote process is spawned for Livy Interpreter, but the log > file is empty and have no other errors except the below error. > > *Any help/hints would be appreciated * > > logger="org.apache.zeppelin.socket.NotebookServer" > > message="Job 20200521-175311_365254950 is finished, status: ERROR, > exception: java.lang.RuntimeException: > org.apache.thrift.TApplicationException: Internal error processing > createInterpreter, result: %text org.apache.thrift.TApplicationException: > Internal error processing createInterpreter > > at > org.apache.thrift.TApplicationException.read(TApplicationException.java:111) > > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71) > > at > org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.recv_createInterpreter(RemoteInterpreterService.java:209) > > at > org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.createInterpreter(RemoteInterpreterService.java:192) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreter$2.call(RemoteInterpreter.java:172) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreter$2.call(RemoteInterpreter.java:168) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.callRemoteFunction(RemoteInterpreterProcess.java:135) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreter.internal_create(RemoteInterpreter.java:168) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:134) > > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:312) > > at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:441) > > at org.apache.zeppelin.scheduler.Job.run(Job.java:197) > > at > org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:332) > > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > > at java.lang.Thread.run(Thread.java:748)" > -- Best Regards Jeff Zhang