nickwallen commented on a change in pull request #1492: METRON-2225: Upgrade to
Solr 7.4.0
URL: https://github.com/apache/metron/pull/1492#discussion_r317727689
##########
File path: pom.xml
##########
@@ -156,6 +156,7 @@
<global_hbase_version>1.1.1</global_hbase_version>
<global_hbase_guava_version>12.0</global_hbase_guava_version>
<global_zeppelin_version>0.8.0</global_zeppelin_version>
+ <global_solr_version>7.4.0</global_solr_version>
Review comment:
Also, the `install_solr.sh` script does not work out-of-the-box because our
CentOS 7 images does not come with wget and zip installed. We could update the
script or just document it.
```
yum install -y wget zip
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services