码迷,mamicode.com
首页 > 其他好文 > 详细

修改hadoop/hdfs日志级别

时间:2016-02-16 19:11:45      阅读:491      评论:0      收藏:0      [点我收藏+]

标签:hadoop hdfs log日志

描述:

If a large directory is deleted and namenode is immediately restarted, there are a lot of blocks that do not belong to any file. This results in a log:

2014-11-08 03:11:45,584 INFO BlockStateChange (BlockManager.java:processReport(1901)) - BLOCK* processReport: blk_1074250282_509532 on 172.31.44.17:1019 size 6 does not belong to any file.

This log is printed within FSNamsystem lock. This can cause namenode to take long time in coming out of safemode.

One solution is to downgrade the logging level.

解决方案

tail -f /var/log/hadoop/hdfs/hdfs-namenode.log

http://<namenode:50070>/logLevel

Input "BlockStateChange" and Level is "WARN" and then click "Set Log Level" button

wait 2~3 mins. it works and performance is fine.


本文出自 “韩磊” 博客,请务必保留此出处http://deararvin.blog.51cto.com/11158301/1742542

修改hadoop/hdfs日志级别

标签:hadoop hdfs log日志

原文地址:http://deararvin.blog.51cto.com/11158301/1742542

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!