您好,登錄后才能下訂單哦!
本篇內(nèi)容介紹了“CDH中solrcloud shard副本問題怎么解決”的有關(guān)知識(shí),在實(shí)際案例的操作過程中,不少人都會(huì)遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!
version CDH5.4.4
the number of nodes:3
想實(shí)現(xiàn)個(gè)節(jié)點(diǎn)直接互相備份:
命令:
solrctl instancedir --create myCollection /home/test
solrctl collection --create myCollection -s 1 -r 2 (It was successful)
but :solrctl collection --create myCollection -s 3 -r 2:
it is an error:Cannot create collection mycollection. Value of maxShardsPerNode is 1
可以看看官方這個(gè)帖子:https://community.cloudera.com/t5/Cloudera-Search-Apache-SolrCloud/Indexing-files-on-HDFS-using-solrcloud-on-cloudera-and-searching/td-p/30656
也可以看官方文檔:http://wiki.apache.org/solr/SolrCloud
其實(shí) 默認(rèn)情況下:每個(gè)節(jié)點(diǎn)的最大分片是1(maxShardsPerNode=1),
但是我們可以:however, you can override this by overriding the value of the "maxShardsPerNode" parameter, as you did with the curl command. (即用過URL命令來實(shí)現(xiàn))
步驟:solrctl instancedir --create myCollection /home/test
可以點(diǎn)開CDH的solrcloud管理界面:
http://hadoopnamenode:8983/solr/admin/collections?action=CREATE&name=myCollection&numShards=3&replicationFactor=3&maxShardsPerNode=3
注意: 這里是管理collection,所以用collections?
在node1上創(chuàng)建core,如下:
'http://node1:8983/solr/admin/cores?action=CREATE&name=mycore&collection=collection1&shard=shard2'
然后用:solrctl collection --list 發(fā)現(xiàn)我們創(chuàng)建成功
注意:當(dāng)我們用cdh做分片備份的時(shí)候,建立collection的時(shí)候必須maxShardsPerNode大于1,比如這里為3,以后當(dāng)一個(gè)服務(wù)器掛了,新添加的服務(wù)器,我們才能用創(chuàng)建core的URL,如果使用默認(rèn)的maxShardsPerNode=1,盡管創(chuàng)建成功,但是查詢的時(shí)候依然會(huì)失敗,當(dāng)創(chuàng)建備份之后,新的core會(huì)自動(dòng)復(fù)制索引。
“CDH中solrcloud shard副本問題怎么解決”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。