HoustonPutman commented on a change in pull request #526:
URL: https://github.com/apache/solr/pull/526#discussion_r784975191
##########
File path: solr/solr-ref-guide/src/docker-networking.adoc
##########
@@ -205,7 +205,7 @@ To load data, and see it was split over shards:
[source,bash]
----
docker exec -it --user=solr zksolr1 bin/post -c my_collection1
example/exampledocs/manufacturers.xml
-# /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -classpath
/opt/solr/dist/solr-core-9.0.0.jar -Dauto=yes -Dc=my_collection1 -Ddata=files
org.apache.solr.util.SimplePostTool example/exampledocs/manufacturers.xml
+# /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -classpath
/opt/solr/server/lib/ext/*:/opt/solr/server/solr-webapp/webapp/WEB-INF/lib/*
-Dauto=yes -Dc=my_collection1 -Ddata=files org.apache.solr.util.SimplePostTool
example/exampledocs/manufacturers.xml
Review comment:
if we want to remove duplicate jars, we would still need to remove
`dist/solrj-lib`, since those are duplicated in `WEB-INF` and `lib/ext`. But
yes, we could likely keep those two in `dist/`.
--
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]