Skip to content

Commit 1cd7833

Browse files
author
Jason Gerlowski
committed
LWSHADOOP-761: Upgrade Solr to 7.4.0
1 parent 0634cd8 commit 1cd7833

29 files changed

+15
-15
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ext.mpack = 'mpack.json'
1616
ext.repostemplate = 'src/main/template/repos/repoinfo.xml'
1717
ext.reposinfo555 = 'custom-services/SOLR/5.5.5/repos/'
1818
ext.reposinfo662 = 'custom-services/SOLR/6.6.2/repos/'
19-
ext.reposinfo731 = 'custom-services/SOLR/7.3.1/repos/'
19+
ext.reposinfo740 = 'custom-services/SOLR/7.4.0/repos/'
2020

2121
distributions {
2222
main {
@@ -42,7 +42,7 @@ distributions {
4242
line.replace("{REPOID}", "${repoid662}")
4343
}
4444
}
45-
into(reposinfo731) {
45+
into(reposinfo740) {
4646
from { repostemplate }
4747
filter { line ->
4848
line.replace("{REPOID}", "${repoid731}")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repoid555=HDP-SOLR-2.6-100
88
# TODO a Solr repo is needed
99
repoid662=HDP-SOLR-3.0.0-100
1010

11-
# Solr 7.3.1 repo
11+
# Solr 7.4.0 repo
1212
# TODO a Solr repo is needed
1313
repoid731=HDP-SOLR-3.0.0-100

src/main/mpack/common-services/SOLR/7.3.1/alerts.json renamed to src/main/mpack/common-services/SOLR/7.4.0/alerts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scope": "ANY",
4141
"source": {
4242
"type": "SCRIPT",
43-
"path": "SOLR/7.3.1/package/alerts/alert_solr_cpu_metrics.py",
43+
"path": "SOLR/7.4.0/package/alerts/alert_solr_cpu_metrics.py",
4444
"parameters": [
4545
{
4646
"name": "connection.timeout",
@@ -90,7 +90,7 @@
9090
"scope": "ANY",
9191
"source": {
9292
"type": "SCRIPT",
93-
"path": "SOLR/7.3.1/package/alerts/alert_solr_memory_metrics.py",
93+
"path": "SOLR/7.4.0/package/alerts/alert_solr_memory_metrics.py",
9494
"parameters": [
9595
{
9696
"name": "connection.timeout",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": null,
3-
"title": "Solr 7.3.1 - Cores",
4-
"originalTitle": "Solr 7.3.1 - Cores",
3+
"title": "Solr 7.4.0 - Cores",
4+
"originalTitle": "Solr 7.4.0 - Cores",
55
"tags": [
6-
"solr-7.3.1",
6+
"solr-7.4.0",
77
"solr"
88
],
99
"style": "dark",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": null,
3-
"title": "Solr 7.3.1 - Hosts",
4-
"originalTitle": "Solr 7.3.1 - Hosts",
3+
"title": "Solr 7.4.0 - Hosts",
4+
"originalTitle": "Solr 7.4.0 - Hosts",
55
"tags": [
66
"solr",
7-
"solr-7.3.1"
7+
"solr-7.4.0"
88
],
99
"style": "dark",
1010
"timezone": "browser",

src/main/mpack/common-services/SOLR/7.3.1/metainfo.xml renamed to src/main/mpack/common-services/SOLR/7.4.0/metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<services>
1919
<service>
2020
<name>SOLR</name>
21-
<version>7.3.1</version>
21+
<version>7.4.0</version>
2222
<extends>common-services/SOLR/6.6.2</extends>
2323
</service>
2424
</services>

0 commit comments

Comments
 (0)