目前线上经常回报一个错误
一下是错误信息,不知道是什么导致的,麻烦大神们帮帮忙啊。
2014-07-08 06:02:07,319 INFO org.apache.hadoop.hdfs.StateChange: Removing lease on file /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000208_0 from client DFSClient_attempt_201406270956_0490_m_000208_02014-07-08 06:02:07,320 INFO org.apache.hadoop.hdfs.StateChange: DIR* NameSystem.completeFile: file /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000208_0 is closed by DFSClient_attempt_201406270956_0490_m_000208_02014-07-08 06:02:11,336 INFO org.apache.hadoop.hdfs.StateChange: BLOCK* NameSystem.allocateBlock: /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_0. blk_-7259868683421424853_1551022014-07-08 06:02:14,409 INFO org.apache.hadoop.hdfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 10.0.1.104:50010 is added to blk_-7259868683421424853_155102 size 2231462014-07-08 06:02:14,409 INFO org.apache.hadoop.hdfs.StateChange: Removing lease on file /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_0 from client DFSClient_attempt_201406270956_0490_m_000210_02014-07-08 06:02:14,409 INFO org.apache.hadoop.hdfs.StateChange: DIR* NameSystem.completeFile: file /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_0 is closed by DFSClient_attempt_201406270956_0490_m_000210_02014-07-08 06:02:14,725 ERROR org.apache.hadoop.security.UserGroupInformation: PriviledgedActionException as:root (auth:SIMPLE) cause:org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException: No lease on /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_1 File does not exist. Holder DFSClient_attempt_201406270956_0490_m_000210_1 does not have any open files.2014-07-08 06:02:14,725 INFO org.apache.hadoop.ipc.Server: IPC Server handler 9 on 9000, call addBlock(/tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_1, DFSClient_attempt_201406270956_0490_m_000210_1, null) from 10.0.1.93:30824: error: org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException: No lease on /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_1 File does not exist. Holder DFSClient_attempt_201406270956_0490_m_000210_1 does not have any open files.org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException: No lease on /tmp/hive-root/hive_2014-07-08_05-55-23_941_3309969198820114161/_tmp.-ext-10001/_tmp.000210_1 File does not exist. Holder DFSClient_attempt_201406270956_0490_m_000210_1 does not have any open files. at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkLease(FSNamesystem.java:1664) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkLease(FSNamesystem.java:1655) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1571) at org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:771) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:557) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1439) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1435) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1278) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1433)
|
|