You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Junping Du (JIRA)" <ji...@apache.org> on 2015/04/08 01:33:12 UTC

[jira] [Commented] (YARN-2980) Move health check script related functionality to hadoop-common

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

Junping Du commented on YARN-2980:
----------------------------------

What does "Abey khali" means?
{code}
+    if(!NodeHealthScriptRunner.shouldRun(nodeHealthScript)) {
+      LOG.info("Abey khali");
+      return null;
+    }
{code}
If meaningless, I will reopen this JIRA until we have a fix.

> Move health check script related functionality to hadoop-common
> ---------------------------------------------------------------
>
>                 Key: YARN-2980
>                 URL: https://issues.apache.org/jira/browse/YARN-2980
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Ming Ma
>            Assignee: Varun Saxena
>             Fix For: 3.0.0
>
>         Attachments: YARN-2980.001.patch, YARN-2980.002.patch, YARN-2980.003.patch, YARN-2980.004.patch
>
>
> HDFS might want to leverage health check functionality available in YARN in both namenode https://issues.apache.org/jira/browse/HDFS-7400 and datanode https://issues.apache.org/jira/browse/HDFS-7441.
> We can move health check functionality including the protocol between hadoop daemons and health check script to hadoop-common. That will simplify the development and maintenance for both hadoop source code and health check script.
> Thoughts?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)