You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2019/09/25 14:40:49 UTC

[metron] branch feature/METRON-2088-support-hdp-3.1 updated: METRON-2264 Upgrade metron-hbase-client to HBase 2.0.2 (nickwallen) closes apache/metron#1518

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

nickallen pushed a commit to branch feature/METRON-2088-support-hdp-3.1
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/feature/METRON-2088-support-hdp-3.1 by this push:
     new 9c0d395  METRON-2264 Upgrade metron-hbase-client to HBase 2.0.2 (nickwallen) closes apache/metron#1518
9c0d395 is described below

commit 9c0d3952c92fd57a8bea8f78f4759f917f8be5f0
Author: nickwallen <ni...@apache.org>
AuthorDate: Wed Sep 25 10:40:26 2019 -0400

    METRON-2264 Upgrade metron-hbase-client to HBase 2.0.2 (nickwallen) closes apache/metron#1518
---
 metron-platform/metron-hbase-client/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/metron-platform/metron-hbase-client/pom.xml b/metron-platform/metron-hbase-client/pom.xml
index fe497df..17647bf 100644
--- a/metron-platform/metron-hbase-client/pom.xml
+++ b/metron-platform/metron-hbase-client/pom.xml
@@ -36,15 +36,12 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <!-- Note: This is 1.1.2 and not ${global_hbase_version} to avoid https://issues.apache.org/jira/browse/HBASE-13889 -->
-        <!-- when we migrate to a version > 1.1.2, this can be set to ${global_hbase_version} -->
-        <shaded.client.version>1.1.2</shaded.client.version>
     </properties>
     <dependencies>
         <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-shaded-client</artifactId>
-            <version>${shaded.client.version}</version>
+            <version>${global_hbase_version}</version>
         </dependency>
     </dependencies>
     <build>