Re: HBase Schema

2016-02-22 Thread Ted Yu
Switching to user@ mailing list. It is hard to read the image even after zooming. Can you provide a clearer image ? On Mon, Feb 22, 2016 at 10:34 AM, SaCvP125 wrote: > Hi experts :) > > I'm trying to insert some date to hbase but I wanna to insert into a > specific column (with a big number of

Re: Two questions about the maximum number of versions of a column family

2016-02-22 Thread Anil Gupta
If its possible to make the timestamps as a suffix of your rowkey(assuming the rowkey is composite) then you would not run into read/write hotspots. Have a look at open tsdb data model that scales really really well. Sent from my iPhone > On Feb 21, 2016, at 10:28 AM, Stephen Durfey wrote: >

RE: Hbase testing utility

2016-02-22 Thread Gaurav Agarwal
It worked thanks On Feb 22, 2016 9:00 PM, "Gaurav Agarwal" wrote: > I got the files now and I am getting NPE when i debug I got WINUTILS as > null in diskchecker.checkDir() > On Feb 22, 2016 6:55 PM, "ashish singhi" wrote: > >> Looks like you are missing hadoop dll files from your path which ar

Re: Hbase testing utility

2016-02-22 Thread Gaurav Agarwal
Hbase 0.98.4 and hadoop 2.2 On Feb 22, 2016 6:41 PM, "Ted Yu" wrote: > Which hbase / hadoop release are you using ? > > Can you give the complete stack trace ? > > Cheers > > On Mon, Feb 22, 2016 at 3:03 AM, Gaurav Agarwal > wrote: > > > > I am trying to hbase testing utility to start minicluste

RE: Hbase testing utility

2016-02-22 Thread Gaurav Agarwal
I got the files now and I am getting NPE when i debug I got WINUTILS as null in diskchecker.checkDir() On Feb 22, 2016 6:55 PM, "ashish singhi" wrote: > Looks like you are missing hadoop dll files from your path which are > required to run hadoop processes on Windows. > If you don't have hadoop

Hi

2016-02-22 Thread Gaurav Agarwal
I am trying to hbase testing utility to start minicluster on my local but getting some exception Java.Lang.unsatisfiedLinkError: org.apache.hadoop.ok.native.NativeIO$windows.access Please let me know what needs to be done

RE: Hbase testing utility

2016-02-22 Thread ashish singhi
Looks like you are missing hadoop dll files from your path which are required to run hadoop processes on Windows. If you don't have hadoop dll files then you can generate your own. Google "Steps to build Hadoop bin distribution for Windows". Regards, Ashish -Original Message- From: Gaur

Re: Hbase testing utility

2016-02-22 Thread Ted Yu
Which hbase / hadoop release are you using ? Can you give the complete stack trace ? Cheers On Mon, Feb 22, 2016 at 3:03 AM, Gaurav Agarwal wrote: > > I am trying to hbase testing utility to start minicluster on my local but > getting some exception > > Java.Lang.unsatisfiedLinkError: > org.ap

Hbase testing utility

2016-02-22 Thread Gaurav Agarwal
> I am trying to hbase testing utility to start minicluster on my local but getting some exception > Java.Lang.unsatisfiedLinkError: org.apache.hadoop.ok.native.NativeIO$windows.access > > Please let me know what needs to be done

Re: Hi

2016-02-22 Thread Gaurav Agarwal
Hi > > I am trying to hbase testing utility to start minicluster on my local but getting some exception > Java.Lang.unsatisfiedLinkError: org.apache.hadoop.ok.native.NativeIO$windows.access > > Please let me know what needs to be done