Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 58 (0.118s).
Loading phrases to help you
refine your search...
Re: Fixing badly distributed table manually. - HBase - [mail # user]
...Hello,  I also found this fairly recent script here which can be used with Gnuplot to get a visual representation of data distribution across nodes:  http://bobcopeland.com/blog/20...
   Author: David Koch, 2012-09-05, 08:40
Re: Fixing badly distributed table manually. - HBase - [mail # user]
...Hello,  Thank you for your replies. We are using CDH4 HBase 0.92. Good call on the web interface. The port is blocked so I never really got a chance to test it. As far as manual re-bala...
   Author: David Koch, 2012-09-04, 21:42
Fixing badly distributed table manually. - HBase - [mail # user]
...Hello,  A couple of questions regarding balancing of a table's data in HBase.  a) What is the easiest way to get an overview of how a table is distributed across regions of a clust...
   Author: David Koch, 2012-09-04, 14:56
Using timestamps as "transaction ids" for idempotent counters. - HBase - [mail # user]
...Hello,  I use a table for counting stuff and want to do updates by pushing increments rather than get -> add in application -> put.  To ensure idempotence (i.e avoid over cou...
   Author: David Koch, 2012-08-24, 14:47
Eliminating rows with many KVs using a custom filter. - HBase - [mail # user]
...Hello,  I implemented and deployed a custom HBase filter. All it does is omit rows which contain more than  KeyValue pairs. The central part is implementing Filter filterKeyValue()...
   Author: David Koch, 2012-08-17, 12:58
Re: Issue: "WARN client.HTable: Null regioninfo cell in keyvalues - HBase - [mail # user]
...You were right, there was another row in .META. that needed to be deleted. The warning messages have stopped. Thank you.  /David  On Thu, Aug 16, 2012 at 5:47 PM, Stack  wrote...
   Author: David Koch, 2012-08-17, 12:31
Re: Issue: "WARN client.HTable: Null regioninfo cell in keyvalues - HBase - [mail # user]
...Hello,  Thank you for your detailed response.  I did the delete in .META. - the table does now not exist anymore according to hbase hbck and hbase shell however the warning message...
   Author: David Koch, 2012-08-16, 12:46
Re: Issue: "WARN client.HTable: Null regioninfo cell in keyvalues - HBase - [mail # user]
...Hello,  It's a fully-distributed environment (CDH3). Hbase hbck sometimes reports inconsistencies like:  ERROR: Region { meta => _myTable,,1344936991240.979b3fe3ced9016372a82b7a...
   Author: David Koch, 2012-08-14, 22:42
Issue: "WARN client.HTable: Null regioninfo cell in keyvalues - HBase - [mail # user]
...Hello,  I created an Hbase table programatically like so:  String tableName = "_myTable" HBaseAdmin admin = new HBaseAdmin(); if (admin.tableExists(outTable) == false) { HTableDesc...
   Author: David Koch, 2012-08-14, 14:10
Re: Printing integers in the Hbase shell - HBase - [mail # user]
...Hi Anil,  Thank you for your advice.  On Sat, Aug 11, 2012 at 10:12 PM, anil gupta  wrote:  ...
   Author: David Koch, 2012-08-12, 11:52
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 (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1453)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
David Koch