risdenk commented on a change in pull request #324: URL: https://github.com/apache/solr/pull/324#discussion_r794687908
########## File path: solr/modules/hdfs/README.md ########## @@ -0,0 +1,31 @@ +Apache Solr HDFS Module +=============================== + +Introduction +------------ +This module implements the support for Hadoop Distributed File System in Apache Solr. + +Building +-------- +The HDFS module uses the same Gradle build as the core Solr components. + +To build the module, you can use + +``` +./gradlew :solr:modules:hdfs:assemble +``` + +The resulting module will be placed to the libs directory, for example: +`solr/modules/hdfs/build/libs/solr-hdfs-9.0.0-SNAPSHOT.jar` + +To execute the module tests: + +``` +./gradlew :solr:modules:hdfs:test +``` + +Usage +----- +To use the module, it needs to be placed to the Solr web application classpath (for example by symlinking it to the WEB-INF/lib directory.) Review comment: Addressed in bb216a74511e8a13787556ff94da35332ca71692 -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org