From 0b71a3ae2016f2220d8dd9916790d7a853c05ee3 Mon Sep 17 00:00:00 2001 From: Prabhu Joseph Date: Thu, 10 Oct 2019 19:40:22 +0530 Subject: [PATCH] YARN-9256. Make ATSv2 compilation default with hbase.profile=2.0. --- hadoop-project/pom.xml | 12 ++++++------ .../hadoop-yarn-server-timelineservice-hbase-tests/pom.xml | 6 +++--- .../hadoop-yarn-server-timelineservice-hbase-server/pom.xml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 28110ca..b04061b 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2063,14 +2063,15 @@ - hbase1 - !hbase.profile + hbase.profile + 1.0 @@ -2090,14 +2091,13 @@ hbase2 - hbase.profile - 2.0 + !hbase.profile diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml index 0b25e5b..e3627b0 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml @@ -439,7 +439,8 @@ hbase1 - !hbase.profile + hbase.profile + 1.0 @@ -461,8 +462,7 @@ hbase2 - hbase.profile - 2.0 + !hbase.profile diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml index 0dd2511..b1ac29c 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml @@ -36,7 +36,8 @@ hbase1 - !hbase.profile + hbase.profile + 1.0 @@ -60,8 +61,7 @@ hbase2 - hbase.profile - 2.0 + !hbase.profile -- 2.7.4 (Apple Git-66)