Github user prasadwagle commented on the issue:
https://github.com/apache/zeppelin/pull/1240
Latest build failing with:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.zeppelin.scheduler.ParallelSchedulerTest
20:19:33,549 INFO org.apache.zeppelin.scheduler.SchedulerFactory:131 - Job
job1 started by scheduler test
20:19:33,552 INFO org.apache.zeppelin.scheduler.SchedulerFactory:131 - Job
job2 started by scheduler test
20:19:34,060 INFO org.apache.zeppelin.scheduler.SchedulerFactory:137 - Job
job1 finished by scheduler test
20:19:34,061 INFO org.apache.zeppelin.scheduler.SchedulerFactory:137 - Job
job2 finished by scheduler test
20:19:34,061 INFO org.apache.zeppelin.scheduler.SchedulerFactory:131 - Job
job3 started by scheduler test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.881 sec -
in org.apache.zeppelin.scheduler.ParallelSchedulerTest
Running org.apache.zeppelin.scheduler.RemoteSchedulerTest
20:19:34,369 INFO
org.apache.zeppelin.interpreter.remote.RemoteInterpreterManagedProcess:116 -
Run interpreter process
[/home/travis/build/apache/zeppelin/zeppelin-interpreter/../bin/interpreter.sh,
-d, fake, -p, 42988, -l, fakeRepo]
20:19:34,566 INFO org.apache.zeppelin.scheduler.SchedulerFactory:137 - Job
job3 finished by scheduler test
20:19:35,014 INFO
org.apache.zeppelin.interpreter.remote.RemoteInterpreter:223 - Create remote
interpreter org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA
20:19:35,404 ERROR
org.apache.zeppelin.interpreter.remote.RemoteInterpreter:237 - Failed to create
interpreter: org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA
20:19:35,405 ERROR
org.apache.zeppelin.interpreter.remote.RemoteInterpreter:264 - Failed to
initialize interpreter:
org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA. Remove it from
interpreterGroup
20:19:35,413 INFO org.apache.zeppelin.scheduler.SchedulerFactory:131 - Job
jobName1 started by scheduler test
20:19:35,414 INFO
org.apache.zeppelin.interpreter.remote.RemoteInterpreter:223 - Create remote
interpreter org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA
20:19:35,417 ERROR
org.apache.zeppelin.interpreter.remote.RemoteInterpreter:237 - Failed to create
interpreter: org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA
20:19:35,418 ERROR org.apache.zeppelin.scheduler.Job:189 - Job failed
org.apache.zeppelin.interpreter.InterpreterException:
org.apache.thrift.TApplicationException: Internal error processing
createInterpreter
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:238)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:383)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.interpret(RemoteInterpreter.java:299)
at
org.apache.zeppelin.scheduler.RemoteSchedulerTest$2.jobRun(RemoteSchedulerTest.java:210)
at org.apache.zeppelin.scheduler.Job.run(Job.java:176)
at
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: 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:196)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.createInterpreter(RemoteInterpreterService.java:180)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:227)
... 12 more
@jongyoul @Leemoonsoo @bzz - is this a known issue?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---