Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
-
Reviewed
Description
Run:
/usr/bin/yarn org.apache.hadoop.yarn.applications.distributedshell.Client -jar <distributed shell jar> -shell_command ls
Open AM logs. Last line would indicate AM failure even though container logs print good ls result.
2014-01-24 21:45:29,592 INFO [main] distributedshell.ApplicationMaster (ApplicationMaster.java:finish(599)) - Application completed. Signalling finish to RM
2014-01-24 21:45:29,612 INFO [main] impl.AMRMClientImpl (AMRMClientImpl.java:unregisterApplicationMaster(315)) - Waiting for application to be successfully unregistered.
2014-01-24 21:45:29,816 INFO [main] distributedshell.ApplicationMaster (ApplicationMaster.java:main(267)) - Application Master failed. exiting
Attachments
Attachments
Issue Links
- is broken by
-
YARN-1566 Change distributed-shell to retain containers from previous AppAttempt
- Closed