[
https://issues.apache.org/jira/browse/YARN-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324661#comment-16324661
]
Hudson commented on YARN-7671:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13488 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13488/])
YARN-7671. Improve Diagonstic message for stop yarn native service. (jianhe:
rev c05b84703b7754b6c2fbcec39f22b5d7802563ec)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core/src/main/java/org/apache/hadoop/yarn/service/ServiceScheduler.java
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core/src/main/java/org/apache/hadoop/yarn/service/ClientAMService.java
> Improve Diagonstic message for stop yarn native service
> --------------------------------------------------------
>
> Key: YARN-7671
> URL: https://issues.apache.org/jira/browse/YARN-7671
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Yesha Vora
> Assignee: Chandni Singh
> Fix For: 3.1.0
>
> Attachments: YARN-7671.001.patch, YARN-7671.002.patch
>
>
> Steps:
> 1) Install Hadoop 3.0 cluster
> 2) Run Yarn service application
> {code:title=sleeper.json}{
> "name": "sleeper-service",
> "components" :
> [
> {
> "name": "sleeper",
> "number_of_containers": 1,
> "launch_command": "sleep 900000",
> "resource": {
> "cpus": 1,
> "memory": "256"
> }
> }
> ]
> }{code}
> {code:title=cmd}
> yarn app -launch my-sleeper1 sleeper.json{code}
> 3) stop yarn service app
> {code:title=cmd}
> yarn app -stop my-sleeper1{code}
> On stopping yarn service, appId finishes with YarnApplicationState: FINISHED
> , FinalStatus Reported by AM: ENDED and Diagnostics: Navigate to the
> failed component for more details.
> Here, Diagnostics message should be improved. When an application is
> explicitly stopped by user, the diagnostics message should say " Application
> stopped by user"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]