Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 48 (0.445s).
Loading phrases to help you
refine your search...
Re: HBase 'Real-Time' reads? - HBase - [mail # user]
...WAL is just there for recover. Reads will meet the Memstore on their read path, that's how LSM Trees are working.  On Wed, Sep 12, 2012 at 11:15 PM, Jason Huang  wrote:   &nbs...
   Author: Adrien Mogenet, 2012-09-12, 21:19
[HBASE-6722] fixHdfsOrphans won't work for first/end regions - HBase - [issue]
...When a .regioninfo is missing on the first (or final) region, it will try to determine the startKey (or endKey) based on what it has been seen on the HDFS.However, for these special cases an...
http://issues.apache.org/jira/browse/HBASE-6722    Author: Adrien Mogenet, 2012-09-05, 20:00
Re: bulk loading - region creation/pre-spliting - HBase - [mail # user]
...If you plan pre-splitting regions, look at the classes exposed by RegionSplitter (http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/RegionSplitter.html).  Are you keys String...
   Author: Adrien Mogenet, 2012-08-30, 06:50
Re: Client receives SocketTimeoutException (CallerDisconnected on RS) - HBase - [mail # user]
...On Fri, Aug 24, 2012 at 6:52 PM, N Keywal  wrote:  Totally randoms (even on keys that do not exist). But the number of writeRequests looks also roughly well distributed.   I'm...
   Author: Adrien Mogenet, 2012-08-28, 06:34
Re: RS, TT, shared DN and good performance on random Hbase random reads. - HBase - [mail # user]
...How would you define a "low slotted" ? A poor scheduling capacity to avoid high number of mappers ?  On Sat, Aug 25, 2012 at 3:32 PM, Harsh J  wrote:    Adrien Mogenet 06...
   Author: Adrien Mogenet, 2012-08-25, 17:19
Re: Client receives SocketTimeoutException (CallerDisconnected on RS) - HBase - [mail # user]
...G'd evening everyone,  Here are the logs from the server side : http://pastebin.com/yC5dGChh And from the client side : http://pastebin.com/tR7wdkxG  I followed your advices and I ...
   Author: Adrien Mogenet, 2012-08-24, 15:56
Re: Client receives SocketTimeoutException (CallerDisconnected on RS) - HBase - [mail # user]
...Hi guys,  1/ I checked quickly the GC logs and saw nothing. Since I need very fast lookup I set the zookeeper.session.timeout parameter to 10s to consider the RS as dead after very shor...
   Author: Adrien Mogenet, 2012-08-23, 18:02
Client receives SocketTimeoutException (CallerDisconnected on RS) - HBase - [mail # user]
...Hi there,  While I'm performing read-intensive benchmarks, I'm seeing storm of "CallerDisconnectedException" in certain RegionServers. As the documentation says, my client received a So...
   Author: Adrien Mogenet, 2012-08-23, 17:24
Re: Poor data locality of MR job - HBase - [mail # user]
...Did you pre split your table or did you let balancer assign regions to regionservers for you ?  Did your regionserver(s) fail ?  On Thu, Aug 2, 2012 at 8:31 AM, Bryan Keller  ...
   Author: Adrien Mogenet, 2012-08-02, 06:39
Re: Row distribution - HBase - [mail # user]
...details of a table. You can also develop your own "balance viewer" through the HBase API (list of RS, regions, storeFiles, their size, etc.)  On Wed, Jul 25, 2012 at 7:32 AM, Mohit Anch...
   Author: Adrien Mogenet, 2012-07-25, 05:59
Sort:
project
HBase (48)
type
mail # user (46)
issue (2)
date
last 7 days (0)
last 30 days (1)
last 90 days (3)
last 6 months (27)
last 9 months (48)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
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)
Adrien Mogenet