risdenk commented on a change in pull request #637: URL: https://github.com/apache/solr/pull/637#discussion_r809429024
########## File path: solr/modules/sql/README.md ########## @@ -0,0 +1,29 @@ +Apache Solr SQL Module +=============================== + +Introduction +------------ +This module implements the support for SQL in Apache Solr. + +Building +-------- +The SQL module uses the same Gradle build as the core Solr components. + +To build the module, you can use + +``` +./gradlew :solr:modules:sql:assemble +``` + +The resulting module will be placed to the libs directory, for example: +`solr/modules/hdfs/build/libs/solr-sql-9.0.0-SNAPSHOT.jar` + +To execute the module tests: + +``` +./gradlew :solr:modules:sql:test +``` + +Usage +----- +Please refer to the 'Running Solr on HDFS' section of the reference guide: https://solr.apache.org/guide/running-solr-on-hdfs.html Review comment: Fixed :D -- 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]
