You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/09/27 21:50:03 UTC

[jira] [Commented] (TEZ-519) Misleading stack trace when using sessions

    [ https://issues.apache.org/jira/browse/TEZ-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780302#comment-13780302 ] 

Bikas Saha commented on TEZ-519:
--------------------------------

YARN also shows the app as KILLED. We should avoid having too many spurious KILLED/FAILED sessions. This is with latest synced code.
                
> Misleading stack trace when using sessions
> ------------------------------------------
>
>                 Key: TEZ-519
>                 URL: https://issues.apache.org/jira/browse/TEZ-519
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Hitesh Shah
>
> 13/09/27 12:43:00 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:54311                                              
> 13/09/27 12:43:01 INFO examples.OrderedWordCount: Creating Tez Session                                                              
> 13/09/27 12:43:01 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:54311                                              
> 13/09/27 12:43:03 INFO impl.YarnClientImpl: Submitted application application_1380218649569_0047 to ResourceManager at /0.0.0.0:54311                                                                                                                                   
> 13/09/27 12:43:03 INFO examples.OrderedWordCount: Created Tez Session                                                               
> 13/09/27 12:43:03 INFO client.TezSession: Shutting down Tez Session, sessionName=OrderedWordCountSession, applicationId=application_1380218649569_0047                                                                                                                  
> 13/09/27 12:43:03 INFO client.TezSession: Could not connect to AM, killing session via YARN, sessionName=OrderedWordCountSession, applicationId=application_1380218649569_0047                                                                                          
> 13/09/27 12:43:03 INFO impl.YarnClientImpl: Killing application application_1380218649569_0047                                      
> org.apache.hadoop.mapred.FileAlreadyExistsException: Output directory /out already exists                                           
>         at org.apache.tez.mapreduce.examples.OrderedWordCount.main(OrderedWordCount.java:357)                                       
>         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:79)                                              
>         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)                 

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