Re: HBase Export

2012-01-24 Thread Greg Pelly
gt; them off Hadoop's local mode (default, when not configured), not > needing Hadoop "setup" as a cluster. HBase ships a hadoop jar in its > distribution by default, which should suffice. > > On Wed, Jan 25, 2012 at 8:30 AM, Greg Pelly wrote: > > Hi, > > &g

HBase Export

2012-01-24 Thread Greg Pelly
Hi, I'm investigating the import/export functionality in HBase, there's a lot of hits on searches but every page I hit seems to assume that I have hadoop installed as well as HBase (including the book, the definitive guide). Is it really necessary for me to have Hadoop installed in order to use th

Re: java.lang.UnsatisfiedLinkError

2011-12-26 Thread Greg Pelly
Hi, No need for the pardon:) Ok. I'll investigate getting the noexec taken off, I already have but everyone is on holidays. Thanks for all of your help. Cheers On Tue, Dec 27, 2011 at 4:14 PM, Stack wrote: > On Mon, Dec 26, 2011 at 6:17 PM, Greg Pelly wrote: > > H

Re: java.lang.UnsatisfiedLinkError

2011-12-26 Thread Greg Pelly
Hi, The hbase.rootdir was already using a folder under /var and since yesterday I changed the HBASE_PID_DIR to use /var/hadoop/pids. The error hasn't changed at all. Cheers On Tue, Dec 27, 2011 at 10:24 AM, Stack wrote: > On Sun, Dec 25, 2011 at 6:40 PM, Greg Pelly wrote: > >

Re: java.lang.UnsatisfiedLinkError

2011-12-25 Thread Greg Pelly
Dec 24, 2011 at 9:04 AM, Suraj Varma wrote: > Check this thread - let us know if this solves your issue as well. > http://comments.gmane.org/gmane.comp.java.hadoop.hbase.user/20303 > > --Suraj > > On Thu, Dec 22, 2011 at 9:00 PM, Greg Pelly wrote: > > Hi, > > > >

java.lang.UnsatisfiedLinkError

2011-12-22 Thread Greg Pelly
Hi, I'm trying to setup HBase on a Ubuntu 11.04 virtual server using jdk1.6.0_29, I've had it on another similar server as well as a desktop machine and this is the first time I've seen this error and I can't find anything helpful on the web. Cheers, Greg root@ve:/usr/share/hbase-0.90.3/bin# ./s

Re: Combining Multiple queries in Hbase

2011-12-06 Thread Greg Pelly
Hi, The book describes this well: http://ofps.oreilly.com/titles/9781449396107/ I'm just new to HBase so I don't want to say too much, though I probably will. My answer to your main question ("I want the output from all these queries in descending order as stored in Hbase") would be that you just

Partial Key Scans and Thrift

2011-11-27 Thread Greg Pelly
Hi, I have a PHP client accessing HBase through thrift. I posted this on Thrift's user list and they told me to post it here. I'm a Java developer by the way, I am doing the server side work, just letting you know so you don't feel like you're dealing with someone who doesn't know these products.