Skip to content

Commit 644fded

Browse files
author
Jason Gerlowski
committed
Modify HDP stack requirements for 6.6.2
With the introduction of SOLR-7.3.1, we now have two versions of the SOLR service that (according to their metainfo.xml and mpack.json specs) are meant for HDP-2.6. This commit modifies the service metadata so that SOLR 5.5.5 is used on HDP 2.4, SOLR 6.6.2 is used on HDP 2.5, and SOLR 7.3.1 is used on HDP 2.6.
1 parent 3c080b1 commit 644fded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/mpack/extensions/SOLR/6.6.2/metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<stacks>
1818
<stack>
1919
<name>HDP</name>
20-
<version>2.6</version><!-- TODO test only it should be 3.0 (mpack) -->
20+
<version>2.5</version><!-- TODO test only it should be 3.0 (mpack) -->
2121
</stack>
2222
</stacks>
2323
</metainfo>

src/main/mpack/mpack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"applicable_stacks": [
4646
{
4747
"stack_name": "HDP",
48-
"stack_version": "2.6"
48+
"stack_version": "2.5"
4949
}
5050
]
5151
},
@@ -55,7 +55,7 @@
5555
"applicable_stacks": [
5656
{
5757
"stack_name": "HDP",
58-
"stack_version": "2.6.4"
58+
"stack_version": "2.6"
5959
}
6060
]
6161
}

0 commit comments

Comments
 (0)