Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 12 个节点的集群,目前在 HBase 表中保存了约 2.5 TB 的数据。当前的复制因子是 3,我实际上并不需要这种完整性级别,并且希望将因子降低到 2。
除了更改/etc/hbase/hbase-site.xml每个节点上文件中的复制因子之外,我还需要做些什么来迁移到新的复制因子?
/etc/hbase/hbase-site.xml
我相信它是以下内容:
./bin/hadoop dfs -setrep -R -w 2 /
这将更改现有文件的复制。我假设更改配置中的复制会更改新文件的复制。