Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create sharding, Master and Slave in cloudera solr

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to create slicing and master from cloudera solr". The content of the explanation in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to create slicing and master and follower in cloudera solr.

Cloudera solr fragmentation

Generate a configuration file for solr

1. Solrctl instancedir-- generate $HOME/solr_configs

Create collection

2. Solrctl instancedir-- create collection1 $HOME/solr_configs

Set the number of fragments of collection to 2

3. Solrctl collection-- create collection1-s 2

Cloudera solr creates a master-slave

To create a new copy of the collection named collection1 made up of shard shard1, use the following command:

Solrctl-zk n3:2181/solr-solr n3:8983/solr core\

-- create collection1_shard1_replica2-p collection=collection1-p shard=shard1

To create a new copy of a collection called collection1 made up of fragmented shard2

Solrctl-zk n2:2181/solr-solr n2:8983/solr core\

-- create collection1_shard2_replica2-p collection=collection1-p shard=shard2

Thank you for your reading, the above is "how to create cloudera solr fragments, master and slave" content, after the study of this article, I believe you have a deeper understanding of how to create cloudera solr fragments, master and slave this problem, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report