From 1ba2e933fa854f0adaa599b63c96c465f426c2d3 Mon Sep 17 00:00:00 2001 From: Apekshit Sharma Date: Mon, 4 Dec 2017 14:57:16 -0800 Subject: [PATCH] HBASE-18942 hbase-hadoop2-compat module ignores hadoop-3 profile --- hbase-hadoop2-compat/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 1a13979c49..6cc152f28c 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -158,7 +158,7 @@ limitations under the License. org.apache.hadoop hadoop-mapreduce-client-core - ${hadoop-two.version} + ${hadoop.version} com.google.guava @@ -169,7 +169,7 @@ limitations under the License. org.apache.hadoop hadoop-common - ${hadoop-two.version} + ${hadoop.version} org.apache.htrace -- 2.14.1