You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/08/02 13:44:10 UTC

[zeppelin] branch master updated: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12 (#4438)

This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 21fd4c262d [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12 (#4438)
21fd4c262d is described below

commit 21fd4c262d1746222b5ef6c04f3bc08eb596ff26
Author: Gibaek Nam <gb...@gmail.com>
AuthorDate: Tue Aug 2 22:44:05 2022 +0900

    [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12 (#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 <gb...@diquest.com>
---
 hbase/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/hbase/pom.xml b/hbase/pom.xml
index 663732adfd..ed689f4732 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -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>
@@ -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>