Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 22 (0.111s).
Loading phrases to help you
refine your search...
Re: partition as block? - HDFS - [mail # user]
...Yes it is a problem at the first stage.  What I'm wondering, though, is wether the intermediate results - which happen after the mapper phase - can be optimized.   On Tue, Apr 30, ...
   Author: Jay Vyas, 2013-04-30, 19:59
Re: partition as block? - HDFS - [mail # user]
...Well, to be more clear, I'm wondering how hadoop-mapreduce can be optimized in a block-less filesystem... And am thinking about application tier ways to simulate blocks - i.e. by making the ...
   Author: Jay Vyas, 2013-04-30, 19:04
transfer -> CreateSocketForPipeline : hardcoded length of 2? - HDFS - [mail # dev]
...Hi guys: I noticed that in the call to createSocketForPipeline, there is a hardcoded length of "2".  //from sock = createSocketForPipeline(src, 2, dfsClient);  This cascades down t...
   Author: Jay Vyas, 2013-04-23, 13:25
Re: Append MR output file to an exitsted HDFS file - HDFS - [mail # user]
...I might be misunderstanding, but if you want each Reducer to append its outputs to outputs to corresponding files that already exist in HDFS?  Remember that the reducers usually are out...
   Author: Jay Vyas, 2013-04-22, 04:04
Re: Writing intermediate key,value pairs to file and read it again - HDFS - [mail # user]
...How many intermediate keys? If small enough, you can keep them in memory.  If large, you can just wait for the job to finish and siphon them into your job as input with the MultipleInpu...
   Author: Jay Vyas, 2013-04-20, 16:06
Re: Convention question for using DFSConfigKey constants : are zeros magic? - HDFS - [mail # dev]
...Thanks ! okay that helps to clarify things.  Okay, so the value in referencing the static comment is that it is commented in the DFS_KEYS file, and declared as 0.  Having the ==0 i...
   Author: Jay Vyas, 2013-04-19, 22:40
Convention question for using DFSConfigKey constants : are zeros magic? - HDFS - [mail # dev]
...I recently looked into the HDFS source tree to determine idioms with respect to a hairy debate about the threshold between what is and is not a magic number, and found that :  And it ap...
   Author: Jay Vyas, 2013-04-19, 16:10
MapReduce Integration tests for test FileSystems - HDFS - [mail # dev]
...MapReduce has some very demanding file operations at at job submission time, and is an important integration test for any hadoop compliant FileSystem.  How in the hadoop HDFS source tre...
   Author: Jay Vyas, 2013-04-13, 20:46
Re: testHDFSConf.xml - HDFS - [mail # dev]
...Thats great. Yes this is certainly something we could benefit from.  But the "trunk" github appears to only have "./src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml" in the source t...
   Author: Jay Vyas, 2013-04-11, 13:14
testHDFSConf.xml - HDFS - [mail # dev]
...Hello HDFS brethren !  I've noticed that the testHDFSConf.xml has alot of references to supergroup.  https://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-hdfs-project/hadoop...
   Author: Jay Vyas, 2013-04-10, 17:16
Sort:
project
Hadoop (71)
MapReduce (39)
HDFS (22)
HBase (19)
Flume (5)
type
mail # user (16)
mail # dev (6)
date
last 7 days (0)
last 30 days (2)
last 90 days (14)
last 6 months (22)
last 9 months (22)
author
Todd Lipcon (488)
Harsh J (455)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (149)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (88)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Jay Vyas