paul8263 commented on code in PR #4908: URL: https://github.com/apache/zeppelin/pull/4908#discussion_r1955727986
########## 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: Hi @pan3793 Finally I decided to dump jruby and use remote execution of "hbase shell" with scripts in the notebook written in a temporary txt file. Now both HBase 2.0.0 and HBase 2.4.7 works fine. Other versions of HBase should work as well. Now the unit test requires a HBase environment. To bypass the CI I removed some of the tests. Is there any better solutions? -- 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