Hi Jeff

It was something strange with Ignite itself, or more precisely - with
default configuration. When it's used, the process is exited with code 0
when trying to establish JDBC connection.
I was able to run interpreter with another JDBC connection string, just to
make sure that my changes are done correctly (PR will follow in few
minutes). But we'll need to followup with better defaults, but it should be
a separate JIRA.

On Fri, Oct 4, 2019 at 9:14 AM Jeff Zhang <[email protected]> wrote:

> What do you see in the interpreter log ? I do see some network issue when I
> enable my VPN
>
> Alex Ott <[email protected]> 于2019年10月3日周四 下午11:29写道:
>
> > 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)
> >
>
>
> --
> Best Regards
>
> Jeff Zhang
>


-- 
With best wishes,                    Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)

Reply via email to