Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 79 (0.617s).
Loading phrases to help you
refine your search...
Re: dfs.replication - HBase - [mail # user]
...Thanks, it is in the classpath after all. I was looking at the "ps" output which was truncated, "hbase classpath" revealed the full classpath.  On Dec 12, 2012, at 11:47 AM, Jean-Daniel...
   Author: Bryan Keller, 2012-12-12, 20:28
dfs.replication - HBase - [mail # user]
...I noticed in some of the documentation that it states to add the Hadoop config directory to the HBase classpath if you want HBase to use any DFS client settings, like dfs.replication. Is thi...
   Author: Bryan Keller, 2012-12-12, 19:32
[HBASE-3792] TableInputFormat leaks ZK connections - HBase - [issue]
...The TableInputFormat creates an HTable using a new Configuration object, and it never cleans it up. When running a Mapper, the TableInputFormat is instantiated and the ZK connection is creat...
http://issues.apache.org/jira/browse/HBASE-3792    Author: Bryan Keller, 2012-09-13, 23:08
Re: Poor data locality of MR job - HBase - [mail # user]
...I see what you mean about block locality, that is at the regionserver  level, transparent to the MR job. This doesn't happen only to the final  mappers, some of the early mappers a...
   Author: Bryan Keller, 2012-08-02, 21:56
Re: Region balancing question - HBase - [mail # user]
...I'm using 0.92 (Cloudera CDH4). Yes I definitely do not want to balance  all regions across all tables together, as some tables are much more  active than others and thus some regi...
   Author: Bryan Keller, 2012-08-02, 17:20
Re: Poor data locality of MR job - HBase - [mail # user]
...I presplit the table. The regionservers have gone down on occassion but  have been up for a while (weeks). How could that result in having no  regions on one node?   On Aug 1,...
   Author: Bryan Keller, 2012-08-02, 17:15
Poor data locality of MR job - HBase - [mail # user]
...I have an 8 node cluster and a table that is pretty well balanced with  on average 36 regions/node. When I run a mapreduce job on the cluster  against this table, the data locality...
   Author: Bryan Keller, 2012-08-02, 06:31
Region balancing question - HBase - [mail # user]
...I have a table on a 4 node test cluster. I also have some other tables  on the cluster. The table in question has a total of 12 regions. I  noticed that 1 node has 6 regions, anoth...
   Author: Bryan Keller, 2012-08-02, 06:07
Re: Leap second bug - HBase - [mail # user]
...We were also caught by this - we're running CentOS 6. Likewise, once we  reset the date/time, HBase was happy again. I wonder why Java processes  seemed to be affected more than ot...
   Author: Bryan Keller, 2012-07-02, 17:47
WAL corruption - HBase - [mail # user]
...During an upgrade of my cluster to 0.90 to 0.92 over the weekend, the  WAL (files in the /hbase/.logs directory) was corrupted and it prevented  HBase from starting up. The exact e...
   Author: Bryan Keller, 2012-07-02, 17:37
Sort:
project
HBase (79)
Hadoop (17)
type
mail # user (78)
issue (1)
date
last 7 days (0)
last 30 days (13)
last 90 days (13)
last 6 months (22)
last 9 months (79)
author
Stack (3754)
Ted Yu (2470)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Bryan Keller