paul8263 commented on code in PR #4908: URL: https://github.com/apache/zeppelin/pull/4908#discussion_r1952318499
########## hbase/pom.xml: ########## @@ -33,7 +33,7 @@ <properties> <!--library versions--> <interpreter.name>hbase</interpreter.name> - <jruby.version>1.6.8</jruby.version> + <jruby.version>9.1.17.0</jruby.version> Review Comment: After solving jline dependency issue, finally I got this exception: ` org.apache.zeppelin.interpreter.InterpreterException: org.jruby.embed.EvalFailedException: (NoMethodError) undefined method `runtime' for JRuby:Module at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:76) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:861) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:769) at org.apache.zeppelin.scheduler.Job.run(Job.java:186) at org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:135) 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:750) Caused by: org.jruby.embed.EvalFailedException: (NoMethodError) undefined method `runtime' for JRuby:Module at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:134) at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1296) at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1327) 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.NoMethodError: (NoMethodError) undefined method `runtime' for JRuby:Module at RUBY.`(uri:classloader:/jruby/kernel/jruby/process_manager.rb:10) at RUBY.`(uri:classloader:/jruby/kernel/jruby/process_manager.rb:46) at RUBY.initialize(/usr/hdp/3.0.1.0-187/hbase/lib/ruby/irb/hirb.rb:46) at org.jruby.RubyClass.new(org/jruby/RubyClass.java:883) at RUBY.start(hirb.rb:181) at RUBY.<main>(hirb.rb:193) ` It seems there are some compatible issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org