| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
58 (0.202s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: What is in BlockCache? - HBase - [mail # user]
|
|
...merged form? store b1 and b2 separately.. Stores the blocks read from HFiles. -Anoop- On Mon, May 20, 2013 at 5:37 PM, yun peng wrote: ...
|
|
|
Author: Anoop John,
2013-05-20, 12:48
|
|
|
Re: GET performance degrades over time - HBase - [mail # user]
|
|
...Can u try with ROW bloom? -Anoop- On Fri, May 17, 2013 at 12:20 PM, Viral Bajaria wrote: ...
|
|
|
Author: Anoop John,
2013-05-17, 18:09
|
|
|
Re: Where is scanner startRow used - HBase - [mail # dev]
|
|
...At client side see ScannerCallable where this is passed to ServerCallable.. Based on this only which regions should be 1st scanned is decided.. I think some time back also the prefix f...
|
|
|
Author: Anoop John,
2013-05-15, 18:48
|
|
|
Re: Block size of HBase files - HBase - [mail # user]
|
|
...I mean when u created the table (Using client I guess) have u specified any thuing like splitKeys or [start,end, no#regions]? -Anoop- On Mon, May 13, 2013 at 5:49 PM, Prave...
|
|
|
Author: Anoop John,
2013-05-13, 12:22
|
|
|
Re: Block size of HBase files - HBase - [mail # user]
|
|
...configuration in CM, and the value for hbase.hregion.max.filesize is 1 GB too !!! You mentioned the splits at the time of table creation? How u created the table? -An...
|
|
|
Author: Anoop John,
2013-05-13, 11:54
|
|
|
Re: Block size of HBase files - HBase - [mail # user]
|
|
...Praveen, How many regions there in ur table and how and CFs? Under /hbase/ there will be many files and dir u will be able to see. There will be .tableinfo file and every region will h...
|
|
|
Author: Anoop John,
2013-05-13, 10:21
|
|
|
Re: Error about rs block seek - HBase - [mail # user]
|
|
...does something make troubles? Should not. We have tested with diff block sizes from def 64K to 8K fro testing purposes. Have not came across issues like this. Only on this ...
|
|
|
Author: Anoop John,
2013-05-13, 08:27
|
|
|
Re: Error about rs block seek - HBase - [mail # user]
|
|
...currKeyLen = 45; currValLen = 80; block limit = 32775 This means after the cur position we need to have atleast 45+80+4(key length stored as 4 bytes) +4(value length 4 bytes) So ...
|
|
|
Author: Anoop John,
2013-05-13, 07:47
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...I see we have FSDataInputStream in ProtobufLogReader.. We will test with the patch tomorow and report back. -Anoop- On Thu, May 9, 2013 at 12:30 AM, Anoop John wrote:  ...
|
|
|
Author: Anoop John,
2013-05-08, 19:17
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...What I can see is we use FSDataInputStream in case of SequenecFileLogReader (Not FSInputStream) and we use FSDataInputStream #readInt() (WALEdit#read...). This inturn reads the int from stre...
|
|
|
Author: Anoop John,
2013-05-08, 19:00
|
|
|
|