From 7a74de62affd95fc0f84ba9a9fad0fdfdeb68858 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 Signed-off-by: Andrew Purtell --- 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 f209f21999b..01a65b67abd 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -182,12 +182,12 @@ limitations under the License. org.apache.hadoop hadoop-mapreduce-client-core - ${hadoop-two.version} + ${hadoop.version} org.apache.hadoop hadoop-common - ${hadoop-two.version} + ${hadoop.version} commons-lang