Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 58 (0.107s).
Loading phrases to help you
refine your search...
Re: Modifying SingleColumnValueFilter to not include matched KV - HBase - [mail # user]
...Ha,  I think I found it: I had multiple versions of the KV - so the last statement should read ReturnCode.NEXT_COL.  /David  On Thu, Jan 24, 2013 at 12:47 AM, David Koch  ...
   Author: David Koch, 2013-01-24, 10:05
Modifying SingleColumnValueFilter to not include matched KV - HBase - [mail # user]
...Hello,  As part of some custom filter building I took the source of SingleColumnValueFilter (HBase 0.92.1) [1] and wanted to tweak it to NOT return the matched column - thus essentially...
   Author: David Koch, 2013-01-23, 23:47
Re: ResultCode.NEXT_ROW and scans with batching enabled - HBase - [mail # user]
...Hi guys,  Thank you for the explanations.  /David  On Wed, Jan 23, 2013 at 4:44 AM, Anoop Sam John  wrote:  ...
   Author: David Koch, 2013-01-23, 23:32
ResultCode.NEXT_ROW and scans with batching enabled - HBase - [mail # user]
...Hello,  In a scan, when a filter's filterKeyValue method returns ReturnCode.NEXT_ROW - does it actually skip to the next row or just the next batch, provided of course batching is enabl...
   Author: David Koch, 2013-01-23, 00:13
Re: Controlling TableMapReduceUtil table split points - HBase - [mail # user]
...Hi Dhaval,  Good call on the setBatch. I had forgotten about it. Just like changing the schema it would involve changing the map(...) to reflect the fact that only part of the user's da...
   Author: David Koch, 2013-01-06, 17:53
Re: Controlling TableMapReduceUtil table split points - HBase - [mail # user]
...Hi Ted,  Thank you for your response. I will take a look.  With regards to the timeouts: I think changing the key design as outlined above would ameliorate the situation since each...
   Author: David Koch, 2013-01-06, 16:37
Controlling TableMapReduceUtil table split points - HBase - [mail # user]
...Hello,  Is there a way to override the method which is used by TableMapReduceUtil to split a HBase table across several mapper instances when running a Map Reduce over it?  Our cur...
   Author: David Koch, 2013-01-06, 12:37
Re: CopyTable utility fails on larger tables - HBase - [mail # user]
...Hi Doug,  This did the trick. I pre-split the empty destination table and CopyTable worked as expected afterwards.  Thank you again,  /David   On Wed, Dec 5, 2012 at 6:44...
   Author: David Koch, 2012-12-06, 13:32
Re: CopyTable utility fails on larger tables - HBase - [mail # user]
...Hello Doug,  Thank you for your reply. I will try with pre-splitting.  /David  On Wed, Dec 5, 2012 at 5:30 PM, Doug Meil wrote:  ...
   Author: David Koch, 2012-12-05, 17:44
CopyTable utility fails on larger tables - HBase - [mail # user]
...Hello,  I can copy relatively small tables (10gb, 7million rows) using the built-in HBase (0.92.1-cdh4.0.1) CopyTable utility but copying larger tables, say 150gb, 100million rows does ...
   Author: David Koch, 2012-12-05, 15:42
Sort:
project
HBase (58)
Hive (4)
MapReduce (1)
type
mail # user (58)
date
last 7 days (0)
last 30 days (1)
last 90 days (10)
last 6 months (34)
last 9 months (58)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
David Koch