Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
dependency
hadoop
Commits
0a32c126
Commit
0a32c126
authored
6 years ago
by
Rohith Sharma K S
Browse files
Options
Download
Patches
Plain Diff
YARN-8006. Make Hbase-2 profile as default for YARN-7055 branch.
parent
486b9a4a
YARN-7055
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hadoop-project/pom.xml
+3
-3
hadoop-project/pom.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
+3
-3
...er/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml
+3
-3
...e/hadoop-yarn-server-timelineservice-hbase-server/pom.xml
with
9 additions
and
9 deletions
+9
-9
hadoop-project/pom.xml
+
3
−
3
View file @
0a32c126
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
+
3
−
3
View file @
0a32c126
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-server/pom.xml
+
3
−
3
View file @
0a32c126
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets