Repository: hadoop
Updated Branches:
  refs/heads/YARN-7055 f527ff055 -> 922dd0759


YARN-8006. Make Hbase-2 profile as default for YARN-7055 branch. (Rohith Sharma 
K S via Haibo Chen)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/922dd075
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/922dd075
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/922dd075

Branch: refs/heads/YARN-7055
Commit: 922dd0759c7ad4e6fa32ea0a9ca983cb05f5ee33
Parents: f527ff0
Author: Haibo Chen <[email protected]>
Authored: Thu Mar 15 23:18:42 2018 -0700
Committer: Haibo Chen <[email protected]>
Committed: Thu Mar 15 23:18:42 2018 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml                                         | 6 +++---
 .../hadoop-yarn-server-timelineservice-hbase-tests/pom.xml     | 6 +++---
 .../hadoop-yarn-server-timelineservice-hbase-server/pom.xml    | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/922dd075/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 20a4628..170994a 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1843,7 +1843,8 @@
       <id>hbase1</id>
       <activation>
         <property>
-          <name>!hbase.profile</name>
+          <name>hbase.profile</name>
+          <value>1.0</value>
         </property>
       </activation>
       <properties>
@@ -1869,8 +1870,7 @@
       <id>hbase2</id>
       <activation>
         <property>
-          <name>hbase.profile</name>
-          <value>2.0</value>
+          <name>!hbase.profile</name>
         </property>
       </activation>
       <properties>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/922dd075/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
----------------------------------------------------------------------
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 2c8d5dd..f92ecdf 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
@@ -408,7 +408,8 @@
       <id>hbase1</id>
       <activation>
         <property>
-          <name>!hbase.profile</name>
+          <name>hbase.profile</name>
+          <value>1.0</value>
         </property>
       </activation>
       <dependencies>
@@ -430,8 +431,7 @@
       <id>hbase2</id>
       <activation>
         <property>
-          <name>hbase.profile</name>
-          <value>2.0</value>
+          <name>!hbase.profile</name>
         </property>
       </activation>
       <dependencies>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/922dd075/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml
----------------------------------------------------------------------
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 dd2928c..9a46c9b 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 @@
       <id>hbase1</id>
       <activation>
         <property>
-          <name>!hbase.profile</name>
+          <name>hbase.profile</name>
+          <value>1.0</value>
         </property>
       </activation>
       <modules>
@@ -60,8 +61,7 @@
       <id>hbase2</id>
       <activation>
         <property>
-          <name>hbase.profile</name>
-          <value>2.0</value>
+          <name>!hbase.profile</name>
         </property>
       </activation>
       <modules>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to