Ошибка Zeppelin org.apache.thrift.transport.TTransportException - PullRequest
0 голосов
/ 13 октября 2019

Я использую Zeppelin локально, подключенный к Dev AWS Glue EndPoint. До двух недель назад все работало нормально, но теперь я получаю эту ошибку:

org.apache.thrift.transport.TTransportException в org.apache.thrift.transport.TIOStreamTransport.read (TIOStreamTransport. Java: 132) в org.apache.thrift.transport.TTransport.readAll (TTransport.java:86) в org.apache.thrift.protocol.TBinaryProtocol.readAll (TBinaryProtocol.java:429) в org.apache.thrift.protocol.TBinaryProtocol.readI32 (TBinaryProtocol.java:318) в org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin (TBinaryProtocol.java:219) в org.apache.thrift.TServiceClient.receiveBase (TServiceClient.java:69)apache.zeppelin.interpreter.thrift.RemoteInterpreterService $ Client.recv_interpret (RemoteInterpreterService.java:266) в org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService $ Client.interpret (RemoteInterprelinpe2.50). interpreter.remote.RemoteInterpreter.interpret (RemoteInterpreter.java:373) в org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret (LazyOpenInterpreter.java:97) в org.apache.zeppelin.notebook.Paragraph.jobRun (Paragraph.java:406) в org.apache.zeppelin.scheduler.Job.run (Job.java:175) в org.apache.zeppelin.scheduler.RemoteScheduler $ JobRunner.run (RemoteScheduler.java:329) в java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:471) в java.util.concurrent.FutureTask. .java: 262) в java.util.concurrent.ScheduledThreadPoolExecutor $ ScheduledFutureTask.access $ 201 (ScheduledThreadPoolExecutor.java:178) в java.util.concurrent.ScheduledThreadPoolExecutor $ ScheduledFutureTaskThurc. .ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1145) в java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:615) в java.lang.Thread.run (Thread.java:745)

*

Интерпретатор искры настроен так, как AWS сообщает:

enter image description here

Как я знаю, проблема в том, что zeppelin не может подключиться к искре вterpreter. Что мне не хватает? Большое спасибо.

...