You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/03/26 21:51:54 UTC

[flume] 02/04: FLUME-3410 Upgrade HBase client libraries

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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git

commit 7ff6a5dcf4ff664a9c8748d9801ba59890a33eea
Author: Sean Busbey <sb...@apple.com>
AuthorDate: Mon Mar 21 00:32:09 2022 -0500

    FLUME-3410 Upgrade HBase client libraries
    
    - upgrade AsyncHBase to 1.8.2 (minor version)
    - upgrade HBase 1 to 1.7.0 (minor version)
    - upgrade HBase 2 to 2.4.11 (patch version)
---
 flume-ng-sinks/flume-ng-hbase2-sink/pom.xml | 21 ---------------------
 pom.xml                                     |  7 +++----
 2 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml
index 0a445a6..a6520ad 100644
--- a/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml
@@ -93,27 +93,6 @@
         <version>${hbase2.version}</version>
       </dependency>
 
-      <!-- Jetty version needed by HBase2 tests -->
-      <dependency>
-        <groupId>org.eclipse.jetty</groupId>
-        <artifactId>jetty-servlet</artifactId>
-        <version>${hbase2.jetty.version}</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>org.eclipse.jetty</groupId>
-        <artifactId>jetty-util</artifactId>
-        <version>${hbase2.jetty.version}</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>org.eclipse.jetty</groupId>
-        <artifactId>jetty-server</artifactId>
-        <version>${hbase2.jetty.version}</version>
-        <scope>test</scope>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 8310c6d..a2fb65e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ limitations under the License.
     <stagingDirectory>${project.basedir}/target/docs</stagingDirectory>
 
     <activemq.version>5.7.0</activemq.version>
-    <asynchbase.version>1.7.0</asynchbase.version>
+    <asynchbase.version>1.8.2</asynchbase.version>
     <avro.version>1.11.0</avro.version>
     <bundle-plugin.version>2.3.7</bundle-plugin.version>
     <checkstyle.tool.version>8.45.1</checkstyle.tool.version>
@@ -70,9 +70,8 @@ limitations under the License.
     <guava.version>18.0</guava.version>
     <guava-old.version>11.0.2</guava-old.version>
     <hadoop.version>2.10.1</hadoop.version>
-    <hbase.version>1.6.0</hbase.version>
-    <hbase2.jetty.version>9.3.29.v20201019</hbase2.jetty.version>
-    <hbase2.version>2.4.1</hbase2.version>
+    <hbase.version>1.7.1</hbase.version>
+    <hbase2.version>2.4.11</hbase2.version>
     <hive.version>1.0.0</hive.version>
     <httpcore.version>4.4.6</httpcore.version>
     <httpclient.version>4.5.3</httpclient.version>