HBase data ingestion issue

2014-12-11 Thread Ankit Jain
Hi All, We are getting below error while inserting data into HBase. We are using 0.98.3 version of HBase. *Error:* Failed to identify the fs of dir /tmp/test/hbase/lib, ignored java.io.IOException: No FileSystem for scheme: file Please help. -- Thanks, Ankit Jain

Re: Snappy compression not working with HBase 0.98.3

2014-07-11 Thread Ankit Jain
> > org.apache.hadoop.hbase.master.HMaster.checkCompression(HMaster.java:1774) > > > > at > > > > > > > > > > org.apache.hadoop.hbase.master.HMaster.checkCompression(HMaster.java:1767) > > > > at > > org.apache.hadoop.hbase.master.HMaster.crea

Re: HBase Multiget taking more time

2013-06-25 Thread Ankit Jain
T17:57:06.603+0530: 81470.942: [GC [PSYoungGen: 62901K->7778K(63360K)] 829973K->777330K(976192K), 0.0037090 secs] [Times: user=0.02 sys=0.01, real=0.00 secs] 2013-06-25T17:57:08.373+0530: 81472.712: [GC [PSYoungGen: 63257K->3609K(58624K)] 833554K->778315K(971456K), 0.0141470 secs] [Times: user=0

Re: HBase Multiget taking more time

2013-06-25 Thread Ankit Jain
, Jun 25, 2013 at 6:03 PM, Ankit Jain wrote: > Hi Jean-Marc/Michael, > > Thanks for the reply. > > Hardware detail: > Processor: 8 core > RAM: 16 GB. > > We have allotted 4GB of RAM to HBase and also we are ingesting data into > HBase in parallel with rate of 50 reco

HBase Multiget taking more time

2013-06-25 Thread Ankit Jain
[connected local=/192.168.50.122:48695remote=ct-0096/ 192.168.50.177:60020] hTable = new HTable(conf, tableName); results = hTable.get(rows); Cluster Detail: 1 master, 1 regionserver and 8 regions -- Thanks, Ankit Jain

Re: 答复: HBase random read performance

2013-04-15 Thread Ankit Jain
Number: Z1E276YF Please suggest some more optimization Thanks, Ankit Jain On Mon, Apr 15, 2013 at 5:11 PM, 谢良 wrote: > First, it's probably helpless to set block size to 4KB, please refer to > the beginning of HFile.java: > > Smaller blocks are good > * for random acce

Re: HBase random read performance

2013-04-15 Thread Ankit Jain
Hi Anoop, Thanks for reply.. I tried by setting Hfile block size 4KB and also enabled the bloom filter(ROW). The maximum read performance that I was able to achieve is 1 records in 14 secs (size of record is 1.6KB). Please suggest some tuning.. Thanks, Ankit Jain On Mon, Apr 15, 2013 at

HBase random read performance

2013-04-13 Thread Ankit Jain
getting very low random read performance while performing multi get from HBase. We are passing random 1 row-keys as input, while HBase is taking around 17 secs to return 1 records. Please suggest some tuning to increase HBase read performance. Thanks, Ankit Jain iLabs -- Thanks, Ankit Jain

Getting less write throughput due to more number of columns

2013-03-25 Thread Ankit Jain
number of columns have any impact on write performance and If yes, how we can overcome it. -- Thanks, Ankit Jain