Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 78 (0.1s).
Loading phrases to help you
refine your search...
Re: Re: save video with hbase - HBase - [mail # user]
...I would save them in different rows. You could do that with a row key that looks something like this:  \0  You can use any separator there, not just \0, that isn't a valid video na...
   Author: Joey Echeverria, 2011-11-01, 13:37
Re: Issues in Scheduling CopyTable from java. - HBase - [mail # user]
...I wouldn't bother with a daemon process. It's more to monitor. I'd recommend cron or oozie if you want to change the host the code runs on.  -Joey  On Fri, Sep 16, 2011 at 1:30 AM,...
   Author: Joey Echeverria, 2011-09-16, 11:28
Re: schema doubt - HBase - [mail # user]
...It sounds lik you're planning to use the HBase shell to insert all of this data. If that's correct, I'd recommend against it. I would write a simple MapReduce program to insert the data inst...
   Author: Joey Echeverria, 2011-09-15, 12:32
Re: Need Hadoop & Hbase API Documentation for Netbeans - HBase - [mail # user]
...Harsh is right, Netbeans lets you attach a local directory with source. Would be nice though would be to have HBase artifacts with sources and javadoc classifiers in the maven repository. Th...
   Author: Joey Echeverria, 2011-09-15, 12:30
Re: Query for Hardware configuration - HBase - [mail # user]
...Hi Stuti,  There is a pretty good, though somewhat dated, post about picking hardware on the Cloudera blog:  http://www.cloudera.com/blog/2010/03/clouderas-support-team-shares-some...
   Author: Joey Echeverria, 2011-09-15, 12:28
Re: Compression - HBase - [mail # user]
...Snappy is built into CDH3u1, so if you go that route it's easiest. As for raw speed, snappy is the fastest, but doesn't have the best compression ratio. There was an earlier thread where som...
   Author: Joey Echeverria, 2011-09-14, 17:34
Re: Should I use HBASE? - HBase - [mail # user]
...What do you mean by "server information"? If you're talking about performance metrics, checkout OpenTSDB[1]. It's built on top of HBase and designed for this exact use case.  -Joey &nbs...
   Author: Joey Echeverria, 2011-09-14, 12:11
Re: Error - Bulk Impoert Using Hfile on Command Line - HBase - [mail # user]
...Is the zookeeper config directory in you CLASSPATH?  On Mon, Sep 12, 2011 at 4:28 AM, Arsalan Bilal  w rote: in ory g on.getZooKeeperWatcher(HConnectionManager.java:991) on.setupZo...
   Author: Joey Echeverria, 2011-09-12, 11:19
Re: Hbase Mapreduce jobs Dashboard - HBase - [mail # user]
...HBase doesn't have it's own MapReduce system, it uses Hadoop's. How are you launching your jobs?  On Mon, Sep 12, 2011 at 2:32 AM, Jimson K. James  wrote: nded recipient. It may co...
   Author: Joey Echeverria, 2011-09-12, 11:17
Re: [DISCUSSION] Accumulo, another BigTable clone, has shown up on Apache Incubator as a proposal - HBase - [mail # dev]
...The Accumulo implementation of the WAL is a separate set of daemons. When you write to the WAL, you send your transactions to three of the logging servers. When you do a recovery, I believe ...
   Author: Joey Echeverria, 2011-09-05, 21:35
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 (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
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 (411)
Gary Helmling (290)
Joey Echeverria