You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2010/01/12 03:04:12 UTC

svn commit: r898151 - in /hadoop/hbase/trunk: CHANGES.txt ivy.xml

Author: jdcryans
Date: Tue Jan 12 02:04:12 2010
New Revision: 898151

URL: http://svn.apache.org/viewvc?rev=898151&view=rev
Log:
HBASE-2115  ./hbase shell would not launch due to missing jruby dependency
            (Kay Kay via JD)


Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/ivy.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=898151&r1=898150&r2=898151&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Jan 12 02:04:12 2010
@@ -153,6 +153,8 @@
    HBASE-2093  [stargate] RowSpec parse bug
    HBASE-2100  [EC2] Adjust fs.file-max
    HBASE-2114  Can't start HBase in trunk (JD and Kay Kay via JD)
+   HBASE-2115  ./hbase shell would not launch due to missing jruby dependency
+               (Kay Kay via JD)
 
   IMPROVEMENTS
    HBASE-1760  Cleanup TODOs in HTable

Modified: hadoop/hbase/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/ivy.xml?rev=898151&r1=898150&r2=898151&view=diff
==============================================================================
--- hadoop/hbase/trunk/ivy.xml (original)
+++ hadoop/hbase/trunk/ivy.xml Tue Jan 12 02:04:12 2010
@@ -95,7 +95,9 @@
    <dependency org="log4j" name="log4j" 
                rev="${log4j.version}" conf="common->master">
       <exclude conf="jmx,mail,jms"/>  
-   </dependency>                        
+   </dependency>            
+   <dependency org="org.jruby" name="jruby-complete"
+               rev="${jruby.version}" conf="common->default" />
    <!--
    TODO: Enter URL in ivysettings.xml that stores the artifacts of Zookeeper / thrift.