Commit 0a32c126 authored by Rohith Sharma K S's avatar Rohith Sharma K S
Browse files

YARN-8006. Make Hbase-2 profile as default for YARN-7055 branch.

No related merge requests found
Showing with 9 additions and 9 deletions
+9 -9
......@@ -1951,7 +1951,8 @@
<id>hbase1</id>
<activation>
<property>
<name>!hbase.profile</name>
<name>hbase.profile</name>
<value>1.0</value>
</property>
</activation>
<properties>
......@@ -1977,8 +1978,7 @@
<id>hbase2</id>
<activation>
<property>
<name>hbase.profile</name>
<value>2.0</value>
<name>!hbase.profile</name>
</property>
</activation>
<properties>
......
......@@ -426,7 +426,8 @@
<id>hbase1</id>
<activation>
<property>
<name>!hbase.profile</name>
<name>hbase.profile</name>
<value>1.0</value>
</property>
</activation>
<dependencies>
......@@ -448,8 +449,7 @@
<id>hbase2</id>
<activation>
<property>
<name>hbase.profile</name>
<value>2.0</value>
<name>!hbase.profile</name>
</property>
</activation>
<dependencies>
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment