You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2012/08/27 23:53:07 UTC

[jira] [Created] (MAPREDUCE-4598) Support for node health scripts on Windows

Bikas Saha created MAPREDUCE-4598:
-------------------------------------

             Summary: Support for node health scripts on Windows
                 Key: MAPREDUCE-4598
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4598
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Bikas Saha
            Assignee: Bikas Saha


Currently, it is not possible to have node health scripts on Windows, as NodeHealthCheckerService tries to directly launch (CreateProcess()) .sh scripts. TestNodeHealthService test fails because of this issue also leading to a subsequent TestNodeRefresh test failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4598) Support for node health scripts on Windows

Posted by "Bikas Saha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha updated MAPREDUCE-4598:
----------------------------------

    Status: Patch Available  (was: Open)
    
> Support for node health scripts on Windows
> ------------------------------------------
>
>                 Key: MAPREDUCE-4598
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4598
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Bikas Saha
>         Attachments: MAPREDUCE-4598.branch-1-win.1.patch
>
>
> Currently, it is not possible to have node health scripts on Windows, as NodeHealthCheckerService tries to directly launch (CreateProcess()) .sh scripts. TestNodeHealthService test fails because of this issue also leading to a subsequent TestNodeRefresh test failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4598) Support for node health scripts on Windows

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-4598:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1-win
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks Bikas!
                
> Support for node health scripts on Windows
> ------------------------------------------
>
>                 Key: MAPREDUCE-4598
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4598
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Bikas Saha
>             Fix For: 1-win
>
>         Attachments: MAPREDUCE-4598.branch-1-win.1.patch
>
>
> Currently, it is not possible to have node health scripts on Windows, as NodeHealthCheckerService tries to directly launch (CreateProcess()) .sh scripts. TestNodeHealthService test fails because of this issue also leading to a subsequent TestNodeRefresh test failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4598) Support for node health scripts on Windows

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442835#comment-13442835 ] 

Hadoop QA commented on MAPREDUCE-4598:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12542697/MAPREDUCE-4598.branch-1-win.1.patch
  against trunk revision .

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2780//console

This message is automatically generated.
                
> Support for node health scripts on Windows
> ------------------------------------------
>
>                 Key: MAPREDUCE-4598
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4598
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Bikas Saha
>         Attachments: MAPREDUCE-4598.branch-1-win.1.patch
>
>
> Currently, it is not possible to have node health scripts on Windows, as NodeHealthCheckerService tries to directly launch (CreateProcess()) .sh scripts. TestNodeHealthService test fails because of this issue also leading to a subsequent TestNodeRefresh test failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4598) Support for node health scripts on Windows

Posted by "Bikas Saha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha updated MAPREDUCE-4598:
----------------------------------

    Attachment: MAPREDUCE-4598.branch-1-win.1.patch

Add method in Shell.java to prepare a runnable command and use that instead of hard coded shell script execution.
                
> Support for node health scripts on Windows
> ------------------------------------------
>
>                 Key: MAPREDUCE-4598
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4598
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Bikas Saha
>         Attachments: MAPREDUCE-4598.branch-1-win.1.patch
>
>
> Currently, it is not possible to have node health scripts on Windows, as NodeHealthCheckerService tries to directly launch (CreateProcess()) .sh scripts. TestNodeHealthService test fails because of this issue also leading to a subsequent TestNodeRefresh test failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira