- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to get Solr.xml from zookeper
- Labels:
-
Apache Solr
-
Cloudera Search
Created on
12-16-2019
12:23 PM
- last edited on
12-16-2019
07:00 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
New to Cloudera search.
How do I get the Solr.xml from zookeeper using solrctl tool or any other tools
Basically want to see the entire configuration for Solr service on the cluster
migrated cluster from 5.14 to 6.2
Cluster Info:
CDH 6.2
Lucene 7.4.0
Created 05-04-2020 07:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can run the below command:
solrctl cluster --get-solrxml /tmp/solr.xml
The file will be stored in /tmp/solr.xml
Created 05-04-2020 07:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can run the below command:
solrctl cluster --get-solrxml /tmp/solr.xml
The file will be stored in /tmp/solr.xml
