Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 78 (0.13s).
Loading phrases to help you
refine your search...
Re: Hadoop Version - HBase - [mail # user]
...Andy,  That's a typical solution. The key is that the hadoop-core jar in you HDFS install has to match the hadoop-core jar in HBase's lib directory. The -append version that ships with ...
   Author: Joey Echeverria, 2011-06-23, 16:13
Re: Hadoop Version - HBase - [mail # user]
...It will "work", however, hadoop-.20-203 doesn't have append support so there is the risk of data loss.  See http://hbase.apache.org/book/hadoop.html for more details on Hadoop versions....
   Author: Joey Echeverria, 2011-06-23, 12:58
Re: hadoop without append in the absence of puts - HBase - [mail # user]
...a n  Since edits to .META. should be rare if you're using bulkImport, why not just pay the cost of appending to the WAL? My guess is performance would not suffer greatly. Would be nice ...
   Author: Joey Echeverria, 2011-06-23, 02:14
Re: on the impact of incremental counters - HBase - [mail # user]
...Ah, I didn't realize that increment returns the value. Yes, the current behavior is required in that case. I was thinking of a use case more like the one Ted described, where you're keeping ...
   Author: Joey Echeverria, 2011-06-20, 18:03
Re: on the impact of incremental counters - HBase - [mail # user]
...Is there any reason why the increment has to actually happen on insert? Couldn't an "increment record" be kept, and then the actual increment operation be performed lazily, on reads and comp...
   Author: Joey Echeverria, 2011-06-20, 15:23
Re: Is there a reason mapreduce.TableOutputFormat doesn't support Increment? - HBase - [mail # user]
...+1 On Jun 17, 2011 4:43 PM, "Leif Wickland"  wrote:...
   Author: Joey Echeverria, 2011-06-17, 20:44
Re: Please welcome our newest committer, Ted Yu! - HBase - [mail # dev]
...Congrats Ted!  -Joey  On Mon, Jun 13, 2011 at 4:49 PM, Stack  wrote:    Joseph Echeverria Cloudera, Inc. 443.305.9434...
   Author: Joey Echeverria, 2011-06-13, 21:02
Re: Hbase rowkey question ? - HBase - [mail # user]
...Since HBase data is untyped, the shell tries to render everything as a String. When it gets bytes that don't match characters, it encodes each byte in hexadecimal with a leading \x. So, \x00...
   Author: Joey Echeverria, 2011-06-10, 11:44
Re: Exception in thread "main" java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.90.1-cdh3u0 - HBase - [mail # user]
...Remove the hbase-default.xml file from your configuration directory. HBase n ow bundles it in the jar.  -Joey  On Jun 10, 2011, at 7:05, Shuja Rehman  wrote:  o guration....
   Author: Joey Echeverria, 2011-06-10, 11:19
Re: HBase Backups - HBase - [mail # user]
...Can you afford some down time? If so, you could minor compact, disable the table, distcp, and then enable the table.  -Joey  On Wed, Jun 8, 2011 at 1:22 PM, Manoj Murumkar  wr...
   Author: Joey Echeverria, 2011-06-08, 22:47
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 (3757)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (986)
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 (418)
Gary Helmling (290)
Joey Echeverria