[
https://issues.apache.org/jira/browse/TEZ-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541394#comment-14541394
]
Jeff Zhang commented on TEZ-494:
--------------------------------
[~richard.huang] Do you have the app logs ? It looks like the exception happens
when receiving the rpc response.
> Investigate: Exception while submitting a dag to a TezSession
> -------------------------------------------------------------
>
> Key: TEZ-494
> URL: https://issues.apache.org/jira/browse/TEZ-494
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Siddharth Seth
> Assignee: Rekha Joshi
>
> {code}
> destination host is: "local":54446;
> at org.apache.tez.client.TezSession.submitDAG(TezSession.java:139)
> at
> org.apache.tez.mapreduce.examples.TestBroadcast.main(TestBroadcast.java:155)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
> at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)
> at
> org.apache.tez.mapreduce.examples.ExampleDriver.main(ExampleDriver.java:78)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
> Caused by: com.google.protobuf.ServiceException: java.io.IOException: Failed
> on local exception: java.io.EOFException; Host Details : local host is:
> "local/10.11.2.219"; destination host is: "local":54446;
> at
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:216)
> at $Proxy12.submitDAG(Unknown Source)
> at org.apache.tez.client.TezSession.submitDAG(TezSession.java:137)
> ... 13 more
> Caused by: java.io.IOException: Failed on local exception:
> java.io.EOFException; Host Details : local host is: "local/10.11.2.219";
> destination host is: "local":54446;
> at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:764)
> at org.apache.hadoop.ipc.Client.call(Client.java:1408)
> at org.apache.hadoop.ipc.Client.call(Client.java:1357)
> at
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
> ... 15 more
> Caused by: java.io.EOFException
> at java.io.DataInputStream.readInt(DataInputStream.java:375)
> at
> org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1049)
> at org.apache.hadoop.ipc.Client$Connection.run(Client.java:944)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)