| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
214 (0.094s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: region server down when scanning using mapreduce - HBase - [mail # user]
|
|
...How is the GC pattern in your RSs which are getting down? In RS logs you might be having YouAreDeadExceptions... Pls try tuning your RS memory and GC opts. -Anoop- ____________________...
|
|
|
Author: Anoop Sam John,
2013-03-12, 09:23
|
|
|
[HBASE-7979] Adding some utility methods in org.apache.hadoop.hbase.util.Bytes - HBase - [issue]
|
|
...We can add some more utility methods in Bytes. Have seen some in Guava's Bytes class. What I am thinking is addingcontains(byte[],byte[])indexOf(byte[], byte[])This came under the discussion...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7979
Author: Anoop Sam John,
2013-03-12, 02:01
|
|
|
RE: can we use same column name for 2 different column families? - HBase - [mail # user]
|
|
...Just fine.. Go ahead.. :) -Anoop- ________________________________________ From: Ramasubramanian Narayanan [[EMAIL PROTECTED]] Sent: Sunday, March 10, 2013 11:41 PM To: [EMAIL PR...
|
|
|
Author: Anoop Sam John,
2013-03-11, 04:50
|
|
|
RE: How HBase perform per-column scan? - HBase - [mail # user]
|
|
...ROWCOL bloom says whether for a given row (rowkey) a given column (qualifier) is present in an HFile or not. But for the user he dont know the rowkeys. He wants all the rows with colum...
|
|
|
Author: Anoop Sam John,
2013-03-11, 04:49
|
|
|
RE: Welcome our newest Committer Anoop - HBase - [mail # user]
|
|
...Thanks to all.. Hope to work more and more for HBase! -Anoop- ________________________________________ From: Andrew Purtell [[EMAIL PROTECTED]] Sent: Monday, March 11, 2013 7:33 ...
|
|
|
Author: Anoop Sam John,
2013-03-11, 03:30
|
|
|
RE: Why InternalScanner doesn't have a method that returns entire row or object of Result - HBase - [mail # user]
|
|
...Asaf You are correct! You mean the RegionScanner I think.. The 'limit' is applied at this level. HRegion$RegionScannerImpl -Anoop- ___________________________...
|
|
|
Author: Anoop Sam John,
2013-03-07, 12:59
|
|
|
RE: Odd WARN in hbase 0.94.2 - HBase - [mail # user]
|
|
...Hi Byran, This change is needed with usage of any of the open src HDFS release or is it only in CDH...
|
|
|
Author: Anoop Sam John,
2013-03-07, 09:08
|
|
|
RE: Odd WARN in hbase 0.94.2 - HBase - [mail # user]
|
|
...Hi Kevin Thanks for the information. In HBase book, we have added a note on how to use short circuit reads.. Can we update it according...
|
|
|
Author: Anoop Sam John,
2013-03-07, 03:45
|
|
|
RE: Miserable Performance of gets - HBase - [mail # user]
|
|
...Hi Kiran When you say doing a batch get with 20 Gets, whether the rowkeys for these 20 Gets are in same region? How many RS you are having? Can u observer o...
|
|
|
Author: Anoop Sam John,
2013-03-06, 05:12
|
|
|
RE: endpoint coprocessor performance - HBase - [mail # user]
|
|
...Yes agree with Andrew here... I checked the 94 code base yday. I also feel that the efficiency should be on the higher side.. And there is no whole table scan. The HBase client issues ...
|
|
|
Author: Anoop Sam John,
2013-03-06, 03:14
|
|
|
|