Created
April 17, 2015 09:37
-
-
Save akhld/126b945f7fef408a525e to your computer and use it in GitHub Desktop.
checkpointed-data-not-found
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO : WriteAheadLogManager for ReceivedBlockHandlerMaster - Attempting to clear 0 old log files in hdfs://spark-akhil-master:9000/checkpointed/receivedBlockMetadata older than 1429262834000: | |
INFO : WriteAheadLogManager for ReceivedBlockHandlerMaster - Cleared log files in hdfs://spark-akhil-master:9000/checkpointed/receivedBlockMetadata older than 1429262834000 | |
[Stage 10:> (0 + 2) / 2]INFO : WriteAheadLogManager for ReceivedBlockHandlerMaster - Attempting to clear 0 old log files in hdfs://spark-akhil-master:9000/checkpointed/receivedBlockMetadata older than 1429262974000: | |
INFO : WriteAheadLogManager for ReceivedBlockHandlerMaster - Cleared log files in hdfs://spark-akhil-master:9000/checkpointed/receivedBlockMetadata older than 1429262974000 | |
[error] (run-main-0) org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 981.0 failed 4 times, most recent failure: Lost task 0.3 in stage 981.0 (TID 1330, spark-akhil-slave1.c.neat-axis-616.internal): java.io.FileNotFoundException: File does not exist: /checkpointed/receivedData/0/log-1429262779712-1429262839712 | |
[error] at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:66) | |
[error] at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:56) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsUpdateTimes(FSNamesystem.java:1891) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1832) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1812) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1784) | |
[error] at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:542) | |
[error] at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:362) | |
[error] at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) | |
[error] at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619) | |
[error] at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962) | |
[error] at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039) | |
[error] at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035) | |
[error] at java.security.AccessController.doPrivileged(Native Method) | |
[error] at javax.security.auth.Subject.doAs(Subject.java:415) | |
[error] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628) | |
[error] at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033) | |
[error] | |
[error] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
[error] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
[error] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
[error] at java.lang.reflect.Constructor.newInstance(Constructor.java:526) | |
[error] at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106) | |
[error] at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:73) | |
[error] at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1144) | |
[error] at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1132) | |
[error] at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1122) | |
[error] at org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:264) | |
[error] at org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:231) | |
[error] at org.apache.hadoop.hdfs.DFSInputStream.<init>(DFSInputStream.java:224) | |
[error] at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1295) | |
[error] at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:300) | |
[error] at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:296) | |
[error] at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) | |
[error] at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:296) | |
[error] at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:764) | |
[error] at org.apache.spark.streaming.util.HdfsUtils$.getInputStream(HdfsUtils.scala:45) | |
[error] at org.apache.spark.streaming.util.WriteAheadLogRandomReader.<init>(WriteAheadLogRandomReader.scala:32) | |
[error] at org.apache.spark.streaming.rdd.WriteAheadLogBackedBlockRDD.compute(WriteAheadLogBackedBlockRDD.scala:99) | |
[error] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
[error] at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
[error] at org.apache.spark.rdd.UnionRDD.compute(UnionRDD.scala:87) | |
[error] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
[error] at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
[error] at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
[error] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
[error] at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
[error] at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
[error] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
[error] at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
[error] at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
[error] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
[error] at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
[error] at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:68) | |
[error] at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:41) | |
[error] at org.apache.spark.scheduler.Task.run(Task.scala:64) | |
[error] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:203) | |
[error] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
[error] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
[error] at java.lang.Thread.run(Thread.java:745) | |
[error] Caused by: org.apache.hadoop.ipc.RemoteException(java.io.FileNotFoundException): File does not exist: /checkpointed/receivedData/0/log-1429262779712-1429262839712 | |
[error] at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:66) | |
[error] at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:56) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsUpdateTimes(FSNamesystem.java:1891) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1832) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1812) | |
[error] at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1784) | |
[error] at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:542) | |
[error] at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:362) | |
[error] at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) | |
[error] at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619) | |
[error] at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962) | |
[error] at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039) | |
[error] at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035) | |
[error] at java.security.AccessController.doPrivileged(Native Method) | |
[error] at javax.security.auth.Subject.doAs(Subject.java:415) | |
[error] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628) | |
[error] at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033) | |
[error] | |
[error] at org.apache.hadoop.ipc.Client.call(Client.java:1410) | |
[error] at org.apache.hadoop.ipc.Client.call(Client.java:1363) | |
[error] at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206) | |
[error] at com.sun.proxy.$Proxy15.getBlockLocations(Unknown Source) | |
[error] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
[error] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
[error] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
[error] at java.lang.reflect.Method.invoke(Method.java:606) | |
[error] at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:190) | |
[error] at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103) | |
[error] at com.sun.proxy.$Proxy15.getBlockLocations(Unknown Source) | |
[error] at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:219) | |
[error] at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1142) | |
[error] ... 35 more | |
[error] | |
[error] Driver stacktrace: | |
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 981.0 failed 4 times, most recent failure: Lost task 0.3 in stage 981.0 (TID 1330, spark-akhil-slave1.c.neat-axis-616.internal): java.io.FileNotFoundException: File does not exist: /checkpointed/receivedData/0/log-1429262779712-1429262839712 | |
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:66) | |
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:56) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsUpdateTimes(FSNamesystem.java:1891) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1832) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1812) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1784) | |
at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:542) | |
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:362) | |
at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) | |
at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619) | |
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962) | |
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039) | |
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at javax.security.auth.Subject.doAs(Subject.java:415) | |
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628) | |
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) | |
at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106) | |
at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:73) | |
at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1144) | |
at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1132) | |
at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1122) | |
at org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:264) | |
at org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:231) | |
at org.apache.hadoop.hdfs.DFSInputStream.<init>(DFSInputStream.java:224) | |
at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1295) | |
at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:300) | |
at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:296) | |
at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) | |
at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:296) | |
at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:764) | |
at org.apache.spark.streaming.util.HdfsUtils$.getInputStream(HdfsUtils.scala:45) | |
at org.apache.spark.streaming.util.WriteAheadLogRandomReader.<init>(WriteAheadLogRandomReader.scala:32) | |
at org.apache.spark.streaming.rdd.WriteAheadLogBackedBlockRDD.compute(WriteAheadLogBackedBlockRDD.scala:99) | |
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
at org.apache.spark.rdd.UnionRDD.compute(UnionRDD.scala:87) | |
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:35) | |
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:277) | |
at org.apache.spark.rdd.RDD.iterator(RDD.scala:244) | |
at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:68) | |
at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:41) | |
at org.apache.spark.scheduler.Task.run(Task.scala:64) | |
at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:203) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: org.apache.hadoop.ipc.RemoteException(java.io.FileNotFoundException): File does not exist: /checkpointed/receivedData/0/log-1429262779712-1429262839712 | |
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:66) | |
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:56) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsUpdateTimes(FSNamesystem.java:1891) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1832) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1812) | |
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1784) | |
at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:542) | |
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:362) | |
at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) | |
at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619) | |
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962) | |
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039) | |
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at javax.security.auth.Subject.doAs(Subject.java:415) | |
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628) | |
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033) | |
at org.apache.hadoop.ipc.Client.call(Client.java:1410) | |
at org.apache.hadoop.ipc.Client.call(Client.java:1363) | |
at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206) | |
at com.sun.proxy.$Proxy15.getBlockLocations(Unknown Source) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:190) | |
at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103) | |
at com.sun.proxy.$Proxy15.getBlockLocations(Unknown Source) | |
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:219) | |
at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1142) | |
... 35 more | |
Driver stacktrace: | |
at org.apache.spark.scheduler.DAGScheduler.org$apache$spark$scheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1203) | |
at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1192) | |
at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1191) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:1191) | |
at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:693) | |
at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:693) | |
at scala.Option.foreach(Option.scala:236) | |
at org.apache.spark.scheduler.DAGScheduler.handleTaskSetFailed(DAGScheduler.scala:693) | |
at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1393) | |
at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1354) | |
at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:48) | |
[trace] Stack trace suppressed: run last compile:run for the full output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment