2018年2月1日

hadoop之 exceeds the limit of concurrent xcievers处理

摘要: dfs.datanode.max.transfer.threads: 默认 4096 < 2.0之前该参数为dfs.datanode.max.xcievers >解释:Specifies the maximum number of threads to use for transferring da 阅读全文

posted @ 2018-02-01 11:36 张冲andy 阅读(790) 评论(0) 推荐(0)

Hadoop之 Balancer平衡速度

摘要: 1. dfs.datanode.max.transfer.threads 修改dfs.datanode.max.transfer.threads=4096 (如果运行HBase的话建议为16384),指定用于在DataNode间传输block数据的最大线程数,老版本的对应参数为dfs.datanod 阅读全文

posted @ 2018-02-01 10:37 张冲andy 阅读(1187) 评论(0) 推荐(0)

导航