Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to update solr cloud existing schema

avatar
Expert Contributor

i am using hue 3.7 ,CDH 5.3.1 , i created a schema on solr using hue , and want to edit this schema , i searched for the schema.xml file but i couln't find it at all also tried to look in zoo keeper configuration in cloudera manager but didn't find any thing as well, so how can i edit an exisiting schema in solr ? 

1 ACCEPTED SOLUTION

avatar
Expert Contributor
i found the solution ,
go to :
cd /opt/cloudera/parcels/CDH/lib/solr/bin/

then type :
solrctl instancedir --update collection_name new_configuration_path/

View solution in original post

2 REPLIES 2

avatar
Expert Contributor
i found the solution ,
go to :
cd /opt/cloudera/parcels/CDH/lib/solr/bin/

then type :
solrctl instancedir --update collection_name new_configuration_path/

avatar
Expert Contributor
don't forget to reload the collection to see the effect