Fixed Issues in Apache Solr
Review the list of Apache Solr issues that are resolved in Cloudera Runtime 7.1.7 SP2.
- CDPD-45967: Upgraded HSQLDB version as part of CVE fix.
- This issue is resolved.
- HBase indexer fails to start due to a
python3
syntax error - While upgrading from CDP 7.1.7 SP2 to CM 7.11.3, which requires
python3
to work with, thehbase-indexer
service fails with the following error:SyntaxError: invalid syntax /opt/cloudera/parcels/CDH-7.1.7-1.cdh7.1.7.p2038.45262390/bin/../lib/hbase-solr/bin/hbase-indexer: line 56: /root/hbase-indexer-config.sh: No such file or directory
The problem is caused by a print API compatibility issue between
python2
andpython3
, which causes thehbase-indexer
to crash. Inpython3
, print is a function, whereas it is a statement inpython2
.
Apache patch information
- None