You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Spiros Papadimitriou (JIRA)" <ji...@apache.org> on 2008/03/03 21:00:52 UTC

[jira] Created: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
-----------------------------------------------------------------------------

                 Key: HADOOP-2930
                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
             Project: Hadoop Core
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.16.0
            Reporter: Spiros Papadimitriou
            Priority: Trivial


The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

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

Hairong Kuang resolved HADOOP-2930.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.18.0
     Hadoop Flags: [Reviewed]

I just committed this. Thank you, Spiros!

This patch changes scripts under directory bin. So there is no need to go through hudson.

> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Priority: Trivial
>             Fix For: 0.18.0
>
>         Attachments: balancer-path.patch, balancer-path1.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594878#action_12594878 ] 

Hudson commented on HADOOP-2930:
--------------------------------

Integrated in Hadoop-trunk #483 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/483/])

> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Assignee: Spiros Papadimitriou
>            Priority: Trivial
>             Fix For: 0.18.0
>
>         Attachments: balancer-path.patch, balancer-path1.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

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

Spiros Papadimitriou updated HADOOP-2930:
-----------------------------------------

    Attachment: balancer-path.patch

> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Priority: Trivial
>         Attachments: balancer-path.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

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

Hairong Kuang updated HADOOP-2930:
----------------------------------

    Attachment: balancer-path1.patch

This patch also allows the {start/stop}-balancer.sh script to take --config option.

> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Priority: Trivial
>         Attachments: balancer-path.patch, balancer-path1.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594396#action_12594396 ] 

hairong edited comment on HADOOP-2930 at 5/5/08 4:36 PM:
---------------------------------------------------------------

+1. The patch looks good. I uploaded a slightly different one that additionally allows the {start/stop}-balancer.sh script to take --config option.

      was (Author: hairong):
    This patch also allows the {start/stop}-balancer.sh script to take --config option.
  
> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Priority: Trivial
>         Attachments: balancer-path.patch, balancer-path1.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-2930) make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley reassigned HADOOP-2930:
-------------------------------------

    Assignee: Spiros Papadimitriou

> make {start,stop}-balancer.sh work even if hadoop-daemon.sh isn't in the PATH
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-2930
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2930
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.16.0
>            Reporter: Spiros Papadimitriou
>            Assignee: Spiros Papadimitriou
>            Priority: Trivial
>             Fix For: 0.18.0
>
>         Attachments: balancer-path.patch, balancer-path1.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The {start,stop}-balancer.sh scripts assume that hadoop-daemon.sh is in the PATH.  Added same boilerplate as other start/stop scripts to remove this assumption (attaching patch).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.