Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 397 Bytes

Solr service for Ambari

Stop Ambari server:

ambari-server stop

Download solr-stack repository:

git clone https://github.com/lucidworks/solr-stack

Create Solr service pack:

./gradlew clean makePackage

Deploy the Solr service on Ambari server:

ambari-server install-mpack --mpack=build/solr-service-mpack-${version}.tar.gz -v

Start Ambari server:

ambari-server start