Hi, We are using Hbase 0.94.1. There is dependency from Hbase to Jruby. I found below in hbase-0.94.1.pom.
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
Our issue is that our project is not open source and this Jruby is in GPL
licence, so we cannot use it. Do you have suggestions on how to remove the
dependency of Jruby and what is the impact of HBase function.
Thanks,
Jane
