Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 104 (0.164s).
Loading phrases to help you
refine your search...
Re: HBase type support - HBase - [mail # user]
...I also want to add that you could add MD5 and SHA-1, but I'd check on us laws... I think these are ok, however other encryption/decryption code is not.  They are part of the std sun jav...
   Author: Michel Segel, 2013-03-16, 12:26
Re: HBase type support - HBase - [mail # user]
...Isn't that what you get through add on frameworks like TSDB and Kiji ? Maybe not on the client side, but frameworks that extend HBase...  Sent from a remote device. Please excuse any ty...
   Author: Michel Segel, 2013-03-16, 12:18
Re: hbase time skew - HBase - [mail # user]
...Create an ntp server local to the cluster? This will eliminate the skew in the first place.  Sent from a remote device. Please excuse any typos...  Mike Segel  On Mar 15, 2013...
   Author: Michel Segel, 2013-03-16, 01:56
Re: HBase type support - HBase - [mail # user]
...Ok..  So how do you check types in a column when the column isn't defined in the Schema?   Sent from a remote device. Please excuse any typos...  Mike Segel  On Mar 15, 2...
   Author: Michel Segel, 2013-03-15, 22:35
Re: HBase type support - HBase - [mail # user]
...You do realize that having to worry about one type is easier...  A bit more freedom...   Sent from a remote device. Please excuse any typos...  Mike Segel  On Mar 14, 201...
   Author: Michel Segel, 2013-03-15, 12:25
Re: Eliminating duplicate values - HBase - [mail # user]
...There are no duplicates. Cells have versions, which are time stamped. You could set the number of versions to one... But I'd recommend sticking w the default 3.  Sent from a remote devi...
   Author: Michel Segel, 2013-03-03, 05:09
Re: Hbase table with a nested entity - HBase - [mail # user]
...Uhm you can easily do this in HBase a couple of different ways. :-) Your option 2 is this solution he wants. Or option 3, store the data into a map or some serializable object, (Single colum...
   Author: Michel Segel, 2013-02-27, 12:23
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
...What happens when you have a poem like Mary had a little lamb?  Did you turn off the WAL on both table inserts, or just the index?  If you want to avoid processing duplicate docs.....
   Author: Michel Segel, 2013-02-20, 14:14
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
...I was suggesting removing the write to WAL on your write to the index table only.  The thing you have to realize that true low latency systems use databases as a sink. It's the end of t...
   Author: Michel Segel, 2013-02-20, 13:00
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
...Why are you using an HTable Pool? Why are you closing the table after each iteration through?  Try using 1 HTable object. Turn off WAL Initiate in start() Close in Stop() Surround the u...
   Author: Michel Segel, 2013-02-18, 14:13
Sort:
project
HBase (104)
Hadoop (60)
MapReduce (11)
HDFS (5)
type
mail # user (104)
date
last 7 days (0)
last 30 days (5)
last 90 days (19)
last 6 months (31)
last 9 months (104)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2264)
Andrew Purtell (1454)
lars hofhansl (977)
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 (412)
Gary Helmling (290)
Michel Segel