Re: HBase shell does not start

2013-04-06 Thread Christoph Pilka
Hi Jean-Marc et al. you're right, JRUBY_HOME was set to the JRuby environment of the main project :( All runs fine now. Many thanks for your help! Cheerio, Chris On Apr 6, 2013, at 3:07 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: At least now we know it's because of that ;) But

HBase shell does not start

2013-04-05 Thread Christoph Pilka
Hi all, Anyone has an idea what's going wrong here? I've downloaded the HBase 0.94.6.1 tarball, installed HBase on my Mac OS X 10.8 box but get always the same error launching the hbase shell: NoMethodError: undefined method `getTerminal' for Java::Jline::Terminal:Module refresh_width at

Re: HBase shell does not start

2013-04-05 Thread Jean-Marc Spaggiari
Hi Chris, How are you getting that? So you installed HBase, have started it, and then tried to launch hbase shell? You are getting this error when the shell is starting? Or while executing a specific command? JM 2013/4/5 Christoph Pilka christoph.pi...@googlemail.com: Hi all, Anyone has an

Re: HBase shell does not start

2013-04-05 Thread Christoph Pilka
Hi, I get the error when I try to start the shell by a simple bin/hbase shell On Apr 6, 2013, at 2:37 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Hi Chris, How are you getting that? So you installed HBase, have started it, and then tried to launch hbase shell? You are getting

Re: HBase shell does not start

2013-04-05 Thread Azuryy Yu
do you just replace hbase jar,and using old hbase libraries? looks like you used an old jline jar. On Apr 6, 2013 8:44 AM, Christoph Pilka christoph.pi...@googlemail.com wrote: Hi, I get the error when I try to start the shell by a simple bin/hbase shell On Apr 6, 2013, at 2:37 AM, Jean-Marc

Re: HBase shell does not start

2013-04-05 Thread Jean-Marc Spaggiari
I just tried and it's working fine: jmspaggi@hbasetest:~/hbase$ wget http://apache.mirror.rafal.ca/hbase/hbase-0.94.6.1/hbase-0.94.6.1.tar.gz --2013-04-05 20:39:29-- http://apache.mirror.rafal.ca/hbase/hbase-0.94.6.1/hbase-0.94.6.1.tar.gz RĂ©solution de apache.mirror.rafal.ca

Re: HBase shell does not start

2013-04-05 Thread Christoph Pilka
I just downloaded http://mirrors.ibiblio.org/apache/hbase/hbase-0.94.6.1/hbase-0.94.6.1.tar.gz, unpacked it, modified hbase-0.94.6.1/conf/hbase-site.xml to use non /tmp for storage, started HBase by bin/start-hbase.sh and launched the shell by bin/hbase shell (all within the hbase-0.94.6.1

Re: HBase shell does not start

2013-04-05 Thread Christoph Pilka
I'm running RVM for different Ruby projects. Hm, might it be a problem? On Apr 6, 2013, at 2:52 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: I just tried and it's working fine: jmspaggi@hbasetest:~/hbase$ wget http://apache.mirror.rafal.ca/hbase/hbase-0.94.6.1/hbase-0.94.6.1.tar.gz

Re: HBase shell does not start

2013-04-05 Thread Jean-Marc Spaggiari
Most probably. It seems it's taking your ruby jars first and they are not the same version as what HBase is expected... Can you rename them temporary? HBase is using jruby-complete-1.6.5.jar 2013/4/5 Christoph Pilka christoph.pi...@googlemail.com: I'm running RVM for different Ruby projects.

Re: HBase shell does not start

2013-04-05 Thread Christoph Pilka
OK, that's strange. I've removed RVM and base shell is started properly. Hmhm :( On Apr 6, 2013, at 2:52 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: I just tried and it's working fine: jmspaggi@hbasetest:~/hbase$ wget

Re: HBase shell does not start

2013-04-05 Thread Jean-Marc Spaggiari
At least now we know it's because of that ;) But I agree this should not impact the shell start. When RVM is there, do you have a classpath already setup with the ruby jars in it? Do you have $JRUBY_HOME setup? 2013/4/5 Christoph Pilka christoph.pi...@googlemail.com: OK, that's strange. I've

Re: Hbase shell does not start

2011-03-11 Thread Suraj Varma
Thanks for posting back - nice to know that it worked. --Suraj On Thu, Mar 10, 2011 at 7:39 PM, Sumeet M Nikam sumni...@in.ibm.com wrote: Hi Suraj, Thanks, it worked, replaced jruby-complete-1.0.3 jar with jruby-complete-1.2.0.jar and shell started without any exception.

Hbase shell does not start

2011-03-10 Thread Sumeet M Nikam
- Hi,(See attached file: hbase-env.sh)(See attached file: hbase-site.xml) Trying to run Hbase 0.90.1, on Windows machine with cygwin, was able to start the Hbase , confirmed by display on http://localhost:60010/master.jsp . But when tried to start the shell getting following exception.

Re: Hbase shell does not start

2011-03-10 Thread Suraj Varma
Can you try replacing the jruby jar file in your 0.90.1 install with the one from 0.20.6? With 0.90, the jruby version had to be downgraded due to some licensing issues - this has been resolved and will be fixed with 0.90.2 It might help - not sure - so, try that out and ping back if you still

Re: Hbase shell does not start

2011-03-10 Thread Sumeet M Nikam
Hi Suraj, Thanks, it worked, replaced jruby-complete-1.0.3 jar with jruby-complete-1.2.0.jar and shell started without any exception.