You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Alexey Kovyrin (JIRA)" <ji...@apache.org> on 2010/03/03 20:32:27 UTC

[jira] Created: (HBASE-2281) Hbase shell does not work when started from the build dir

Hbase shell does not work when started from the build dir
---------------------------------------------------------

                 Key: HBASE-2281
                 URL: https://issues.apache.org/jira/browse/HBASE-2281
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: scripts
    Affects Versions: 0.21.0
            Reporter: Alexey Kovyrin
            Assignee: Alexey Kovyrin
            Priority: Trivial
             Fix For: 0.21.0


When we build hbase with mvn -DskipTests package assembly:directory it would be nice to be able to use bin/hbase shell directly from the build dir. At this moment hbase script does not add maven target directories to CLASSPATH.

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


[jira] Updated: (HBASE-2281) Hbase shell does not work when started from the build dir

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

stack updated HBASE-2281:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Thanks for the patch Alexey Kovyrin.  I applied to trunk.  The patch is a little fragile with its hard-coding of target but its a big improvement over current condition.  Thank you.

> Hbase shell does not work when started from the build dir
> ---------------------------------------------------------
>
>                 Key: HBASE-2281
>                 URL: https://issues.apache.org/jira/browse/HBASE-2281
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 0.21.0
>            Reporter: Alexey Kovyrin
>            Assignee: Alexey Kovyrin
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2281.patch
>
>
> When we build hbase with mvn -DskipTests package assembly:directory it would be nice to be able to use bin/hbase shell directly from the build dir. At this moment hbase script does not add maven target directories to CLASSPATH.

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


[jira] Updated: (HBASE-2281) Hbase shell does not work when started from the build dir

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

Alexey Kovyrin updated HBASE-2281:
----------------------------------

    Release Note: Submitted a patch, please review
          Status: Patch Available  (was: Open)

> Hbase shell does not work when started from the build dir
> ---------------------------------------------------------
>
>                 Key: HBASE-2281
>                 URL: https://issues.apache.org/jira/browse/HBASE-2281
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 0.21.0
>            Reporter: Alexey Kovyrin
>            Assignee: Alexey Kovyrin
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2281.patch
>
>
> When we build hbase with mvn -DskipTests package assembly:directory it would be nice to be able to use bin/hbase shell directly from the build dir. At this moment hbase script does not add maven target directories to CLASSPATH.

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


[jira] Updated: (HBASE-2281) Hbase shell does not work when started from the build dir

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

Alexey Kovyrin updated HBASE-2281:
----------------------------------

    Attachment: HBASE-2281.patch

Attached patch adds maven target directory to classpath:
{quote}
~/work/git/hbase (run-from-build-dir) 
[14:01] $ bin/hbase shell
(eval):1 warning: already initialized constant REPLICATION_SCOPE
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Version: 0.21.0-SNAPSHOT, rUnknown, Wed Mar  3 13:39:18 EST 2010
hbase(main):001:0> 
{quote}

> Hbase shell does not work when started from the build dir
> ---------------------------------------------------------
>
>                 Key: HBASE-2281
>                 URL: https://issues.apache.org/jira/browse/HBASE-2281
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 0.21.0
>            Reporter: Alexey Kovyrin
>            Assignee: Alexey Kovyrin
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2281.patch
>
>
> When we build hbase with mvn -DskipTests package assembly:directory it would be nice to be able to use bin/hbase shell directly from the build dir. At this moment hbase script does not add maven target directories to CLASSPATH.

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