You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2014/04/16 09:00:22 UTC

[jira] [Commented] (SAMZA-238) Hello-samza's bin/grid can stop YARN in a graceful manner

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