You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2010/01/12 02:56:54 UTC

[jira] Created: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

./hbase shell would not launch due to missing jruby dependency
--------------------------------------------------------------

                 Key: HBASE-2115
                 URL: https://issues.apache.org/jira/browse/HBASE-2115
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Kay Kay


./hbase shell - gave some error due to missing org/jruby/.. etc. 


Add the following to ivy.xml - 
   <dependency org="org.jruby" name="jruby-complete"
              rev="${jruby.version}" conf="common->default" />    

Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 

This patch addresses either of them. 

affects trunk  


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


[jira] Commented: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799017#action_12799017 ] 

Kay Kay commented on HBASE-2115:
--------------------------------

Sorry - my bad !! Did not check the scripts in ./bin/ at all. 

> ./hbase shell would not launch due to missing jruby dependency
> --------------------------------------------------------------
>
>                 Key: HBASE-2115
>                 URL: https://issues.apache.org/jira/browse/HBASE-2115
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2115.patch, HBASE-2115.patch
>
>
> ./hbase shell - gave some error due to missing org/jruby/.. etc. 
> Add the following to ivy.xml - 
>    <dependency org="org.jruby" name="jruby-complete"
>               rev="${jruby.version}" conf="common->default" />    
> Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 
> This patch addresses either of them. 
> affects trunk  

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


[jira] Updated: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

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

Kay Kay updated HBASE-2115:
---------------------------

    Attachment: HBASE-2115.patch

Revised patch after HBASE-2114.patch went in

> ./hbase shell would not launch due to missing jruby dependency
> --------------------------------------------------------------
>
>                 Key: HBASE-2115
>                 URL: https://issues.apache.org/jira/browse/HBASE-2115
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2115.patch, HBASE-2115.patch
>
>
> ./hbase shell - gave some error due to missing org/jruby/.. etc. 
> Add the following to ivy.xml - 
>    <dependency org="org.jruby" name="jruby-complete"
>               rev="${jruby.version}" conf="common->default" />    
> Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 
> This patch addresses either of them. 
> affects trunk  

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


[jira] Updated: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

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

Kay Kay updated HBASE-2115:
---------------------------

    Attachment: HBASE-2115.patch

> ./hbase shell would not launch due to missing jruby dependency
> --------------------------------------------------------------
>
>                 Key: HBASE-2115
>                 URL: https://issues.apache.org/jira/browse/HBASE-2115
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2115.patch
>
>
> ./hbase shell - gave some error due to missing org/jruby/.. etc. 
> Add the following to ivy.xml - 
>    <dependency org="org.jruby" name="jruby-complete"
>               rev="${jruby.version}" conf="common->default" />    
> Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 
> This patch addresses either of them. 
> affects trunk  

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


[jira] Resolved: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

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

Jean-Daniel Cryans resolved HBASE-2115.
---------------------------------------

      Resolution: Fixed
        Assignee: Kay Kay
    Hadoop Flags: [Reviewed]

Thanks Kay Kay! Committed to trunk.

> ./hbase shell would not launch due to missing jruby dependency
> --------------------------------------------------------------
>
>                 Key: HBASE-2115
>                 URL: https://issues.apache.org/jira/browse/HBASE-2115
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>         Attachments: HBASE-2115.patch, HBASE-2115.patch
>
>
> ./hbase shell - gave some error due to missing org/jruby/.. etc. 
> Add the following to ivy.xml - 
>    <dependency org="org.jruby" name="jruby-complete"
>               rev="${jruby.version}" conf="common->default" />    
> Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 
> This patch addresses either of them. 
> affects trunk  

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


[jira] Commented: (HBASE-2115) ./hbase shell would not launch due to missing jruby dependency

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798988#action_12798988 ] 

Kay Kay commented on HBASE-2115:
--------------------------------

Artifact of HBASE-1433

> ./hbase shell would not launch due to missing jruby dependency
> --------------------------------------------------------------
>
>                 Key: HBASE-2115
>                 URL: https://issues.apache.org/jira/browse/HBASE-2115
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2115.patch
>
>
> ./hbase shell - gave some error due to missing org/jruby/.. etc. 
> Add the following to ivy.xml - 
>    <dependency org="org.jruby" name="jruby-complete"
>               rev="${jruby.version}" conf="common->default" />    
> Also - in HBASE-2114 - there is an issue about missing log4j configuration as well. ( due to the fact that build/ivy/lib/common did not contain log4j , but build/ivy/lib/test did ). 
> This patch addresses either of them. 
> affects trunk  

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