Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 265 (0.099s).
Loading phrases to help you
refine your search...
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...Yes, TTL deletions are done only during compactions. They aren't "Deleted" in the sense of what a Delete insert signifies, but are rather eliminated in the write process when new storefiles ...
   Author: Harsh J, 2012-08-14, 15:20
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...Hi Yonghu,  A timestamp is stored along with each insert. The ttl is maintained at the region-store level. Hence, when the log replays, all entries with expired TTLs are automatically o...
   Author: Harsh J, 2012-08-14, 13:24
Re: HBase won't run on OSX 10.8 - HBase - [mail # user]
...Bryan,  I believe running with "-Djava.net.preferIPv4Stack=true" should work just fine.  On Thu, Aug 9, 2012 at 1:17 AM, Bryan Beaudreault  wrote:    Harsh J...
   Author: Harsh J, 2012-08-12, 14:57
Re: an emtry region - HBase - [mail # user]
...You're right there - compactions does not merge region boundaries. They just merge the accumulated (flushed, etc.) storefiles belonging to each region, for every region thats fragmented over...
   Author: Harsh J, 2012-08-12, 14:36
Re: is there anyway to turn off compaction in hbase - HBase - [mail # user]
...Richard,  The property disables major compactions from happening automatically. However, if you choose to do this, you should ensure you have a cron job that does trigger major_compact ...
   Author: Harsh J, 2012-08-12, 11:40
Re: NodeManager too many connections - HBase - [mail # user]
...Hey Miguel,  Unsure why this needs to be on the HBase lists. I've moved it to cdh-users@ since you're using that and it may be specific to that version.  Can you send across a jsta...
   Author: Harsh J, 2012-08-10, 11:56
Re: hfile v2 in cloudera cdh3 - HBase - [mail # user]
...Hi Weishung,  No, CDH3's HBase, being based on 0.90.x, does not carry this new format.  On Wed, Aug 8, 2012 at 3:23 PM, Weishung Chung  wrote:    Harsh J...
   Author: Harsh J, 2012-08-08, 10:46
Re: Recommend protocol connecting to HBASE - HBase - [mail # user]
...Trung,  Thrift API to HBase is well supported, and you may use that.  Thrift2 is a new implementation of the Thrift API for HBase, introduced in 0.94, in order to better-support th...
   Author: Harsh J, 2012-07-29, 19:12
Re: Can serially code software utilize Hadoop benefits - HBase - [mail # user]
...Hi,  I am unsure about SAS, but R does have some Hadoop-enabled software out there that can leverage the offered parallelism. See the answer(s) at: http://www.quora.com/How-can-R-and-Ha...
   Author: Harsh J, 2012-07-21, 11:55
Re: HBase 0.94.1 release date - HBase - [mail # user]
...Amit,  It would be released if the current vote passes: http://search-hadoop.com/m/2LLx01jlcYd  On Wed, Jul 18, 2012 at 6:43 PM, Amit Sela  wrote:    Harsh J...
   Author: Harsh J, 2012-07-18, 14:38
Sort:
project
Hadoop (1372)
MapReduce (1036)
HDFS (450)
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 (11)
last 6 months (49)
last 9 months (265)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
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)
Harsh J