./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.