YaoChen created ZEPPELIN-5502:
---------------------------------
Summary: hbase interpreter run into (IOError) Input/output error
Key: ZEPPELIN-5502
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5502
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.9.0
Reporter: YaoChen
hbase interpreter is not working after upgrade to 0.9.1.
error info:
{code:java}
org.apache.zeppelin.interpreter.InterpreterException:
org.jruby.embed.EvalFailedException: (IOError) Input/output error
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:76)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:833)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:741)
at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
at
org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:132)
at
org.apache.zeppelin.scheduler.FIFOScheduler.lambda$runJobInScheduler$0(FIFOScheduler.java:42)
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)
Caused by: org.jruby.embed.EvalFailedException: (IOError) Input/output error
at
org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:136)
at
org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1263)
at
org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1294)
at
org.apache.zeppelin.hbase.HbaseInterpreter.open(HbaseInterpreter.java:97)
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:70)
... 8 more
Caused by: org.jruby.exceptions.RaiseException: (IOError) Input/output error
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)