Created
October 3, 2017 05:47
-
-
Save neoeahit/f0130e9f447ea9c2baa38bf5ee4e6a57 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 org.apache.flink.runtime.taskmanager.Task - Freeing task resources for Sink: flink.parquet_processor (1/1) (e209dbb6088ac82044fb97a3046fef45). | |
| INFO org.apache.flink.runtime.taskmanager.Task - Ensuring all FileSystem streams are closed for task Sink: flink.parquet_processor (1/1) (e209dbb6088ac82044fb97a3046fef45) [FAILED] | |
| INFO org.apache.flink.yarn.YarnTaskManager - Un-registering task and sending final execution state FAILED to JobManager for task Sink: flink.parquet_processor (e209dbb6088ac82044fb97a3046fef45) | |
| INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Sink: flink.parquet_processor (1/1) (e209dbb6088ac82044fb97a3046fef45) switched from RUNNING to FAILED. | |
| org.apache.hadoop.fs.FileAlreadyExistsException: /tmp/tmp_file.parquet for client <client_id> already exists | |
| at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInternal(FSNamesystem.java:2563) | |
| at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInt(FSNamesystem.java:2450) | |
| at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:2334) | |
| at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.create(NameNodeRpcServer.java:624) | |
| at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.create(ClientNamenodeProtocolServerSideTranslatorPB.java:397) | |
| at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) | |
| at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:616) | |
| at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:982) | |
| at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2049) | |
| at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2045) | |
| at java.security.AccessController.doPrivileged(Native Method) | |
| at javax.security.auth.Subject.doAs(Subject.java:422) | |
| at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1698) | |
| at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 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.DFSOutputStream.newStreamForCreate(DFSOutputStream.java:1653) | |
| at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1689) | |
| at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1624) | |
| at org.apache.hadoop.hdfs.DistributedFileSystem$7.doCall(DistributedFileSystem.java:448) | |
| at org.apache.hadoop.hdfs.DistributedFileSystem$7.doCall(DistributedFileSystem.java:444) | |
| at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) | |
| at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:459) | |
| at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:387) | |
| at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:915) | |
| at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:896) | |
| at org.apache.parquet.hadoop.ParquetFileWriter.<init>(ParquetFileWriter.java:239) | |
| at org.apache.parquet.hadoop.ParquetWriter.<init>(ParquetWriter.java:273) | |
| at org.apache.parquet.hadoop.ParquetWriter$Builder.build(ParquetWriter.java:494) | |
| at com.mycompany.flink.sinks.ParquetSink.createAndUploadParquetFile(ParquetSink.scala:105) | |
| at com.mycompany.flink.sinks.ParquetSink.invoke(ParquetSink.scala:80) | |
| at com.mycompany.flink.sinks.ParquetSink.invoke(ParquetSink.scala:42) | |
| at org.apache.flink.streaming.api.operators.StreamSink.processElement(StreamSink.java:41) | |
| at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:206) | |
| at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:69) | |
| at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:263) | |
| at org.apache.flink.runtime.taskmanager.Task.run(Task.java:702) | |
| at java.lang.Thread.run(Thread.java:748) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment