sumitagrawl commented on code in PR #4540:
URL: https://github.com/apache/ozone/pull/4540#discussion_r1195965419
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/recon/ReconConfigKeys.java:
##########
@@ -36,6 +36,12 @@ private ReconConfigKeys() {
"ozone.recon.datanode.address";
public static final String OZONE_RECON_ADDRESS_KEY =
"ozone.recon.address";
+ public static final String OZONE_SOLR_ADDRESS_KEY =
+ "solr.address";
Review Comment:
configuration related to solr can be removed, solr.address and
ozone.recon.solr.timezone
##########
hadoop-ozone/dist/src/main/license/jar-report.txt:
##########
@@ -242,23 +243,25 @@ share/ozone/lib/ratis-thirdparty-misc.jar
share/ozone/lib/ratis-tools.jar
share/ozone/lib/re2j.jar
share/ozone/lib/reflections.jar
-share/ozone/lib/rocksdb-checkpoint-differ.jar
share/ozone/lib/reload4j.jar
+share/ozone/lib/rocksdb-checkpoint-differ.jar
share/ozone/lib/rocksdbjni.jar
+share/ozone/lib/simpleclient.jar
share/ozone/lib/simpleclient_common.jar
share/ozone/lib/simpleclient_dropwizard.jar
-share/ozone/lib/simpleclient.jar
share/ozone/lib/slf4j-api.jar
share/ozone/lib/slf4j-reload4j.jar
share/ozone/lib/snakeyaml.jar
share/ozone/lib/snappy-java.jar
+share/ozone/lib/solr-solrj.jar
Review Comment:
solr dependency can be removed here
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/recon/ReconConfigKeys.java:
##########
@@ -51,6 +57,7 @@ private ReconConfigKeys() {
public static final String OZONE_RECON_DATANODE_BIND_HOST_DEFAULT =
"0.0.0.0";
public static final int OZONE_RECON_DATANODE_PORT_DEFAULT = 9891;
+ public static final int OZONE_SOLR_SERVER_PORT_DEFAULT = 8995;
Review Comment:
solr port can be removed here
##########
hadoop-ozone/dist/src/main/license/bin/LICENSE.txt:
##########
@@ -449,6 +449,7 @@ Apache License 2.0
org.yaml:snakeyaml
software.amazon.ion:ion-java
org.awaitility:awaitility
+ org.apache.solr:solr-solrj
Review Comment:
license dependency for solr can be removed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]