Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 48 (0.092s).
Loading phrases to help you
refine your search...
Re: Version control of files present in HDFS - HDFS - [mail # user]
...How big is that?  On Mon, Nov 21, 2011 at 9:26 PM, Stuti Awasthi  wrote:  ...
   Author: Ted Dunning, 2011-11-22, 06:13
Re: Version control of files present in HDFS - HDFS - [mail # user]
...HDFS is a filesystem that is designed to support map-reduce computation.  As such, the semantics differ from what SVN or GIT would want to have.  HBase provides versioned values. &...
   Author: Ted Dunning, 2011-11-21, 15:27
Re: Sizing help - HDFS - [mail # user]
...Matt,  Thanks for pointing that out.  I was talking about machine chassis failure since it is the more serious case, but should have pointed out that losing single disks is subject...
   Author: Ted Dunning, 2011-11-11, 17:49
Re: Sizing help - HDFS - [mail # user]
...For archival purposes, you don't need speed (mostly).  That eliminates one argument for 3x replication.  If you have RAID-5 or RAID-6 on your storage nodes, then you eliminate most...
   Author: Ted Dunning, 2011-11-08, 12:38
Re: dfs.write.packet.size set to 2G - HDFS - [mail # user]
...By snapshots, I mean that you can freeze a copy of a portion of the the file system for later use as a backup or reference.  By mirror, I mean that a snapshot can be transported to anot...
   Author: Ted Dunning, 2011-11-08, 09:37
Re: Sizing help - HDFS - [mail # user]
...3x replication has two effects.  One is reliability.  This is probably more important in large clusters than small.  Another important effect is data locality during map-reduc...
   Author: Ted Dunning, 2011-11-08, 00:53
Re: Sizing help - HDFS - [mail # user]
...Depending on which distribution and what your data center power limits are you may save a lot of money by going with machines that have 12 x 2 or 3 tb drives.  With suitable engineering...
   Author: Ted Dunning, 2011-11-07, 22:06
Re: A question about RPC - HDFS - [mail # user]
...IDL's are nice, but old school systems like CORBA are death when you need to change things.  Avro, protobufs and thrift are all miles better.  On Wed, Sep 21, 2011 at 1:59 PM, Koer...
   Author: Ted Dunning, 2011-09-21, 21:46
Re: Regarding design of HDFS - HDFS - [mail # user]
...2011/9/13 kang hua    I said this because meta-data is updated often.  Caching in the presence of high updates requires some sort of coherency model.  For meta-data, it i...
   Author: Ted Dunning, 2011-09-13, 11:20
Re: Regarding design of HDFS - HDFS - [mail # user]
...The namenode is already a serious bottleneck for meta-data updates.  If you allow some of the block map or meta-data to page out to disk, then the bottleneck is going to get much worse....
   Author: Ted Dunning, 2011-09-05, 17:53
Sort:
project
Zookeeper (454)
Hadoop (321)
HBase (251)
Pig (64)
MapReduce (53)
HDFS (48)
Chukwa (1)
type
mail # user (47)
mail # dev (1)
date
last 7 days (0)
last 30 days (4)
last 90 days (9)
last 6 months (21)
last 9 months (48)
author
Todd Lipcon (488)
Harsh J (451)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Ted Dunning