Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 78 from 78 (0.121s).
Loading phrases to help you
refine your search...
Re: Is there any way to disable WAL while keeping data safety - HBase - [mail # user]
...If you have a well defined key space, you'll get better performance if you pre-split your table and use the TotalOrderPartitioner with your MapReduce job.  You can see an example of pre...
   Author: Joey Echeverria, 2011-05-31, 01:36
Re: data loss after killing RS - HBase - [mail # user]
...You might want to look into bulk loading.  -Joey On May 28, 2011 9:47 AM, "Qing Yan"  wrote: insert be...
   Author: Joey Echeverria, 2011-05-28, 19:29
Re: modular build and pluggable rpc - HBase - [mail # dev]
...+1 on maven modules. That will simplify the native code build/integration that I'm working on for HBASE-1316.  -Joey On May 27, 2011 6:15 PM, "Ryan Rawson"  wrote: wrote: differenc...
   Author: Joey Echeverria, 2011-05-28, 02:11
Re: Cannot Run HBase + Hadoop on a single Node Cluster - Hdfs Problem - HBase - [mail # user]
...It looks like your region server isn't connected to zookeeper. Can you find a line in your region server log that looks like this:  INFO org.apache.zookeeper.ClientCnxn: Attempting conn...
   Author: Joey Echeverria, 2011-05-19, 16:28
Re: How to speedup Hbase query throughput - HBase - [mail # user]
...I'm surprised the major compactions didn't balance the cluster better. I wonder if you've stumbled upon a bug in HBase that's causing it to leak old HFiles.  Is the total amount of data...
   Author: Joey Echeverria, 2011-05-19, 15:39
Re: How to speedup Hbase query throughput - HBase - [mail # user]
...Am I right to assume that all of your data is in HBase, ie you don't keep anything in just HDFS files?  -Joey  On Thu, May 19, 2011 at 8:15 AM, Matt Corgan  wrote: ks? hat  We...
   Author: Joey Echeverria, 2011-05-19, 15:23
Re: Mapreduce counters - HBase - [mail # user]
...Hi Ophir,  That sounds like a useful feature, maybe file a jira?  I've never tried to save counters form the MR job into HBase, but you could pull it from the file as you said or f...
   Author: Joey Echeverria, 2011-05-18, 16:09
Re: M/R: Data-local vs Rack-local - HBase - [mail # user]
...When running map reduce jobs against HBase, a task needs to be scheduled on t he region server serving the region you're reading from to be considered loc al. You have three replicas of the ...
   Author: Joey Echeverria, 2011-05-17, 14:56
Sort:
project
Hadoop (122)
HBase (78)
MapReduce (71)
HDFS (43)
Sqoop (23)
Accumulo (9)
Flume (9)
Hive (5)
Zookeeper (1)
type
mail # user (57)
mail # dev (18)
issue (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (78)
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)
Joey Echeverria