Looking for some help on installing Solr on an existing hadoop 3 node cluster. I am trying to install solr 5.2.1 on hadoop 2.6.0.
Checked few blogs but everyone is giving configuration of solr 4.10.3 on single node.
Need any document or steps which give installation steps for solr 5.2.1 on multinode hadoop cluter using YARN.
Regards, Ankit Gupta
I am not sure, this will help you or not, but please have a cross check at SolrCloud 5 and Zookeeper config upload
Certain Commands which can be used for you are as below.
Some other helpful links are as below http://cl-solr2:8080/solr/admin/collections?action=ADDREPLICA&name=myname_all&collection=myname_all&node=cl-solr1:8080_solr&shard=shard1_0 http://cl-solr2:8080/solr/admin/collections?action=SPLITSHARD&name=myname_all&collection=myname_all&shard=shard1 http://cl-solr1:8080/solr/admin/collections?action=DELETESHARD&collection=myname_all&shard=shard1_0 http://cl-solr1:8080/solr/admin/collections?action=RELOAD&name=myname_all http://cl-solr1:8080/solr/admin/collections?action=DELETEREPLICA&collection=myname_all&shard=shard1&replica=core_node3 http://cl-solr1:8080/solr/admin/collections?action=DELETE&name=myname_all