最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

报错:The Load Balancer is not enabled which will eventually cause performance degradation in HBase...

常识 admin 31浏览 0评论

报错:The Load Balancer is not enabled which will eventually cause performance degradation in HBase...

在用网页查看hbase时出现:The Load Balancer is not enabled which will eventually cause performance degradation in HBase as Regions will not be distributed across all RegionServers.


问题描述:

在用web查看hbase的时候报这个错误。

翻译一下:没有启用负载均衡器,这将最终导致HBASE中的性能下降,因为区域不会分布在所有RegionServers上。


解决方案:打开负载均衡器

1.首先我们要进入hbase的bin目录下,然后使用

./hbase shell 

进入shell:

2.然后输入

balance_switch true

开启负载均衡器即可!

补充:balance的操作命令:

balancer_enabled:查看自动均衡是否开启

balance_switch true:开启

balance_switch false:关闭

报错:The Load Balancer is not enabled which will eventually cause performance degradation in HBase...

在用网页查看hbase时出现:The Load Balancer is not enabled which will eventually cause performance degradation in HBase as Regions will not be distributed across all RegionServers.


问题描述:

在用web查看hbase的时候报这个错误。

翻译一下:没有启用负载均衡器,这将最终导致HBASE中的性能下降,因为区域不会分布在所有RegionServers上。


解决方案:打开负载均衡器

1.首先我们要进入hbase的bin目录下,然后使用

./hbase shell 

进入shell:

2.然后输入

balance_switch true

开启负载均衡器即可!

补充:balance的操作命令:

balancer_enabled:查看自动均衡是否开启

balance_switch true:开启

balance_switch false:关闭

发布评论

评论列表 (0)

  1. 暂无评论