Skip to content

Commit

Permalink
[ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12 (
Browse files Browse the repository at this point in the history
…apache#4438)

* update hbase interpreter version from 1.0.0 to 2.4.12

* exclude glassfish in hbase-server

* Remove hbase-server in hbase interpreter

Co-authored-by: gbnam <[email protected]>
  • Loading branch information
gbnam and gbnam authored Aug 2, 2022
1 parent bdb7f3f commit 21fd4c2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<!--library versions-->
<interpreter.name>hbase</interpreter.name>
<hbase.hbase.version>1.0.0</hbase.hbase.version>
<hbase.hbase.version>2.4.12</hbase.hbase.version>
<hbase.hadoop.version>${hadoop2.6.version}</hbase.hadoop.version>
<jruby.version>1.6.8</jruby.version>
<protobuf.version>2.5.0</protobuf.version>
Expand Down Expand Up @@ -86,11 +86,6 @@
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>${hbase.hbase.version}</version>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
Expand Down

0 comments on commit 21fd4c2

Please sign in to comment.