Yes it made no difference. Rob Povey r...@maana.io
On Jul 15, 2013, at 10:37 AM, Jean-Daniel Cryans <jdcry...@apache.org> wrote: > Have you tried install instead of package? > > J-D > > On Sat, Jul 13, 2013 at 10:42 AM, Rob Povey <r...@maana.io> wrote: >> hbase shell >> LoadError: no such file to load -- hbase >> require at org/jruby/RubyKernel.java:1062 >> (root) at /Users/rob/hbase-local/bin/hirb.rb:100 >> >> This is probably a configuration issue, I'm trying to get the code base >> built and functional. >> >> I compiled with >> >> mvn -Dhadoop.profile=2.0 -DskipTests clean package >> >> I'm running (or at least trying to run) in pseudo distributed mode. >> >> As far as I can tell hbase is running, I can see the web interface at >> http://localhost:60010/master-status. >> >> line 100 in the hire.rb file is just doing >> >> require 'hbase' >> >> I assume the issue is that jruby is not finding the hbase extensions, but >> I'm unfamiliar with ruby and I'm unclear where they are located and how >> jruby is supposed to be finding them. >> >> Any help greatly appreciated. >> >> Rob