You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nicolas Spiegelberg (JIRA)" <ji...@apache.org> on 2010/07/13 01:38:50 UTC

[jira] Created: (HBASE-2831) Fix '$bin' path duplication in setup scripts

Fix '$bin' path duplication in setup scripts
--------------------------------------------

                 Key: HBASE-2831
                 URL: https://issues.apache.org/jira/browse/HBASE-2831
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.89.20100621
            Reporter: Nicolas Spiegelberg
            Assignee: Nicolas Spiegelberg
            Priority: Trivial
         Attachments: HBASE-2831.patch

I have my bash environment setup to echo absolute pathnames when a relative one is specified in 'cd'. This caused problems with all the Hadoop bash scripts because the script accidentally sets the $bin variable twice in this setup. (e.g. would set $bin="/path/bin/hbase\n/path/bin/hbase")

This jira is for HBase scripts. I filed a separate jira for HDFS scripts, which share the same pattern.

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


[jira] Updated: (HBASE-2831) Fix '$bin' path duplication in setup scripts

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

Nicolas Spiegelberg updated HBASE-2831:
---------------------------------------

           Status: Patch Available  (was: Open)
    Fix Version/s: 0.20.6
                   0.90.0

> Fix '$bin' path duplication in setup scripts
> --------------------------------------------
>
>                 Key: HBASE-2831
>                 URL: https://issues.apache.org/jira/browse/HBASE-2831
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.89.20100621
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Trivial
>             Fix For: 0.20.6, 0.90.0
>
>         Attachments: HBASE-2831.patch
>
>
> I have my bash environment setup to echo absolute pathnames when a relative one is specified in 'cd'. This caused problems with all the Hadoop bash scripts because the script accidentally sets the $bin variable twice in this setup. (e.g. would set $bin="/path/bin/hbase\n/path/bin/hbase")
> This jira is for HBase scripts. I filed a separate jira for HDFS scripts, which share the same pattern.

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


[jira] Updated: (HBASE-2831) Fix '$bin' path duplication in setup scripts

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

Nicolas Spiegelberg updated HBASE-2831:
---------------------------------------

    Attachment: HBASE-2831.patch

> Fix '$bin' path duplication in setup scripts
> --------------------------------------------
>
>                 Key: HBASE-2831
>                 URL: https://issues.apache.org/jira/browse/HBASE-2831
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.89.20100621
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Trivial
>             Fix For: 0.20.6, 0.90.0
>
>         Attachments: HBASE-2831.patch
>
>
> I have my bash environment setup to echo absolute pathnames when a relative one is specified in 'cd'. This caused problems with all the Hadoop bash scripts because the script accidentally sets the $bin variable twice in this setup. (e.g. would set $bin="/path/bin/hbase\n/path/bin/hbase")
> This jira is for HBase scripts. I filed a separate jira for HDFS scripts, which share the same pattern.

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


[jira] Updated: (HBASE-2831) Fix '$bin' path duplication in setup scripts

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

stack updated HBASE-2831:
-------------------------

           Status: Resolved  (was: Patch Available)
     Hadoop Flags: [Reviewed]
    Fix Version/s:     (was: 0.20.6)
       Resolution: Fixed

Committed to TRUNK.  Not applying to 0.20 branch.  I don't think you care Nicolas and its not an important fix.  

> Fix '$bin' path duplication in setup scripts
> --------------------------------------------
>
>                 Key: HBASE-2831
>                 URL: https://issues.apache.org/jira/browse/HBASE-2831
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.89.20100621
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Trivial
>             Fix For: 0.90.0
>
>         Attachments: HBASE-2831.patch
>
>
> I have my bash environment setup to echo absolute pathnames when a relative one is specified in 'cd'. This caused problems with all the Hadoop bash scripts because the script accidentally sets the $bin variable twice in this setup. (e.g. would set $bin="/path/bin/hbase\n/path/bin/hbase")
> This jira is for HBase scripts. I filed a separate jira for HDFS scripts, which share the same pattern.

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