Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 119 (0.252s).
Loading phrases to help you
refine your search...
Re: How to rename table's family name - HBase - [mail # user]
...2011/1/9 Stack    Thanks. But saving space is not an issue. Really renaming with going offline (rename table) or reload data (rename cf) is issue (especially in case of live data m...
   Author: Andrey Stepachev, 2011-01-09, 20:29
Re: question about merge-join (or AND operator betwween colums) - HBase - [mail # user]
...Ok. Understand.  But do you check is it really an issue? I think that it is only 1 IO here, (especially if compression used)? You have big rows?    2011/1/9 Jack Levin  ...
   Author: Andrey Stepachev, 2011-01-08, 22:54
Re: question about merge-join (or AND operator betwween colums) - HBase - [mail # user]
...More details on binary sorting you can read http://brunodumon.wordpress.com/2010/02/17/building-indexes-using-hbase-mapping-strings-numbers-and-dates-onto-bytes/  2011/1/8 Jack Levin &n...
   Author: Andrey Stepachev, 2011-01-08, 21:59
Re: question about merge-join (or AND operator betwween colums) - HBase - [mail # user]
...Hm. But what the problem to have Long.MAX - dayNum instead of dayNum? In this case you get all data sorted in reverse order and you give last entries first in scan results?  2011/1/8 Ja...
   Author: Andrey Stepachev, 2011-01-08, 21:57
Re: How to rename table's family name - HBase - [mail # user]
...2011/1/8 Stack     Yes! Are there any jira? I'll vote for it.  ...
   Author: Andrey Stepachev, 2011-01-08, 19:36
Re: question about merge-join (or AND operator betwween colums) - HBase - [mail # user]
...I don't think that it is possible on scanner level with bloomfilters (families are in separate files, so they scanned independently). But you can use filters, to filter out unneeded data. &n...
   Author: Andrey Stepachev, 2011-01-08, 19:30
Re: Java Commited Virtual Memory significally larged then Heap Memory - HBase - [mail # user]
...No, I'm not using LZO on this host. Only cloudera hadoop 0.20.2+320 + hbase 0.89.20100830  Digging google gives only hints, that jit or something in jvm can eat memory, but nothing conc...
   Author: Andrey Stepachev, 2010-12-30, 20:33
Re: Java Commited Virtual Memory significally larged then Heap Memory - HBase - [mail # user]
...Addition information:  ps shows, that my HBase process eats up to 4GB of RSS.  $ ps --sort=-rss -eopid,rss | head | grep HMaster   PID   RSS 23476 3824892   2010/12/...
   Author: Andrey Stepachev, 2010-12-30, 08:13
Java Commited Virtual Memory significally larged then Heap Memory - HBase - [mail # user]
...Hi All.  After heavy load into hbase (single node, nondistributed test system) I got 4Gb process size of my HBase java process. On 6GB machine there was no room for anything else (disk ...
   Author: Andrey Stepachev, 2010-12-30, 08:01
Re: Insert into tall table 50% faster than wide table - HBase - [mail # user]
...2010/12/23 Ted Dunning    Opps. :).  Maybe you put more data? Do you using compression? (in case of prefixed qualifiers you get more data, that uuid can has comparable length ...
   Author: Andrey Stepachev, 2010-12-23, 09:57
Sort:
project
HBase (119)
Pig (3)
Zookeeper (1)
type
mail # user (117)
mail # dev (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (119)
author
Stack (3759)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (419)
Gary Helmling (290)
Andrey Stepachev