Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 265 (0.078s).
Loading phrases to help you
refine your search...
Re: how to stop datanode - HBase - [mail # user]
...Two ways:  1. To close all DNs, use hadoop-daemons.sh (notice the plural). Doing hadoop-daemons.sh stop datanode will stop all datanodes listed in slaves file. 2. To close an individual...
   Author: Harsh J, 2012-05-17, 02:02
Re: hbase security - HBase - [mail # user]
...HBase 0.92 has table-level security (among other goodies). Check out this slide on what all it includes: http://www.slideshare.net/ghelmling/new-hbase-features-coprocessors-and-security &nbs...
   Author: Harsh J, 2012-05-15, 09:24
Re: Important "Undefined Error" - HBase - [mail # user]
...Dalia,  Is your NameNode running fine? The issue is that HBase Master has been asked to talk to HDFS, but it can't connect to the HDFS NameNode. Does "hadoop dfs -touchz foobar" pass or...
   Author: Harsh J, 2012-05-12, 12:57
Re: Important "Undefined Error" - HBase - [mail # user]
...Hi Dalia,  On Sat, May 12, 2012 at 5:14 PM, Dalia Sobhy  wrote:  This is not an error and you shouldn't be worried. It is rather a noisy INFO log that should be fixed (as a DE...
   Author: Harsh J, 2012-05-12, 11:58
Re: How to run two data nodes on one pc? - HBase - [mail # user]
...Waled,  Since its the same machine, using "localhost" (which refers automatically to 127.0.0.1) and those explicit port numbers should be fine to use.  For the DN startup, see my l...
   Author: Harsh J, 2012-05-11, 03:13
Re: Switching existing table to Snappy possible? - HBase - [mail # user]
...Jeff,  Are you looking for "hbase.online.schema.update.enable"? Its still considered experimental (though I dunno its current state on trunk) to update schemas "on-line" currently. &nbs...
   Author: Harsh J, 2012-05-10, 16:11
Re: Looking for a single row - HTable.get(Get) or Scan(Get) - HBase - [mail # user]
...Bryan,  Yes, that is true. Essentially Scan.isGetScan() [0] needs to pass before bloom filter checks proceed. And that method passes for single row scans as expected.  Multi-gets s...
   Author: Harsh J, 2012-05-10, 14:35
Re: How to run two data nodes on one pc? - HBase - [mail # user]
...Waled,  I've covered running multiple daemons on a single node (or so called "expanded pseudo-distributed mode"? :)) briefly at http://search-hadoop.com/m/j2iwg1Re6gk with some configs ...
   Author: Harsh J, 2012-05-10, 12:56
Re: HRegionPartitioner breaks my configuration - HBase - [mail # user]
...Christoph,  I still don't get your issue though. A stack trace of the error thrown out by the components you used would be good to have :)  On Thu, May 10, 2012 at 3:38 PM, Christo...
   Author: Harsh J, 2012-05-10, 10:42
Re: Switching existing table to Snappy possible? - HBase - [mail # user]
...Jiajun,  Expanding on Jean's guideline (and perhaps the following can be used for the manual as well):  1. Ensure snappy codec works properly, following the test listed on http://h...
   Author: Harsh J, 2012-05-10, 04:10
Sort:
project
Hadoop (1379)
MapReduce (1045)
HDFS (456)
HBase (265)
Avro (74)
Pig (31)
Hive (18)
Zookeeper (7)
Flume (6)
Sqoop (1)
type
mail # user (214)
mail # dev (29)
issue (22)
date
last 7 days (0)
last 30 days (1)
last 90 days (8)
last 6 months (45)
last 9 months (265)
author
Stack (3759)
Ted Yu (2476)
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)
Harsh J