[
https://issues.apache.org/jira/browse/SAMZA-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970513#comment-13970513
]
Zhijie Shen commented on SAMZA-238:
-----------------------------------
[~closeuris], thanks for the patch. I tried it, and it works fine for me. Just
one nit:
{code}
if [ -f $DEPLOY_ROOT_DIR/$SYSTEM/bin/yarn ]; then
{code}
You may want to change the condition check as well.
> Hello-samza's bin/grid can stop YARN in a graceful manner
> ---------------------------------------------------------
>
> Key: SAMZA-238
> URL: https://issues.apache.org/jira/browse/SAMZA-238
> Project: Samza
> Issue Type: Improvement
> Components: hello-samza
> Affects Versions: 0.6.0
> Reporter: Zhijie Shen
> Assignee: Yan Fang
> Labels: newbie
> Attachments: SAMZA-238.patch
>
>
> Hello-samza stops YARN cluster by killing RM and NM daemons. Actually, can do
> this in a graceful manner:
> {code}
> <path to yarn home>/sbin/yarn-daemon.sh stop resourcemanager|nodemanager
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)