[
https://issues.apache.org/jira/browse/HBASE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574663#action_12574663
]
Bryan Duxbury commented on HBASE-477:
-------------------------------------
The patch is very simple. +1.
However, I wonder if you even need this much to get jirb up and running with
HBase stuff. Couldn't you just do:
{code}
$ jruby -J-cp `get hbase classpath` bin/shell.rb
irb(main): ...
{code}
Anything after a -J switch goes straight to the JVM.
> Add support for an HBASE_CLASSPATH
> ----------------------------------
>
> Key: HBASE-477
> URL: https://issues.apache.org/jira/browse/HBASE-477
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Priority: Minor
> Attachments: cp.patch
>
>
> We have mention of HBASE_CLASSPATH in hbase-env.sh but its not actually read
> anywhere. Make it work like HADOOP_CLASSPATH. See classpath discussion on
> this page, http://wiki.apache.org/hadoop/Hbase/Jython, for a use case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.