You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2013/09/25 01:02:06 UTC

[jira] [Created] (TEZ-494) Investigate: Exception while submitting a dag to a TezSession

Siddharth Seth created TEZ-494:
----------------------------------

             Summary: 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


{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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira