Hi all I'm trying to make Ignite interpreter working correctly (it doesn't support Scala 2.10, only Scala 2.11), but having the troubles running it - unit tests are executed without problems, but when I run it in Zeppelin, I'm always getting following error:
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.callRemoteFunction(RemoteInterpreterProcess.java:122) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.interpret(RemoteInterpreter.java:225) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:497) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:77) at org.apache.zeppelin.scheduler.Job.run(Job.java:172) at org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:121) at org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:187) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) Although I see that interpreter is starting without errors. First I thought that it happens because of the incorrect IP address for starting interpreter, but it fails with the same even if I bind it to localhost. Any tips that can help with debugging it? -- With best wishes, Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian)
