Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 71 (0.294s).
Loading phrases to help you
refine your search...
Re: JobSubmissionFiles: past , present, and future? - Hadoop - [mail # user]
...To update on this, it was just pointed out to me by matt farrallee  that the auto fix of permissions is for a failsafe  in case of a race condition, and not meant to mend bad permi...
   Author: Jay Vyas, 2013-04-12, 12:21
JobSubmissionFiles: past , present, and future? - Hadoop - [mail # user]
...Hi guys:   I'm curious about the changes and future of the JobSubmissionFiles class.  Grepping around on the web I'm finding some code snippets that suggest that hadoop security is...
   Author: Jay Vyas, 2013-04-12, 11:11
Re: Copy Vs DistCP - Hadoop - [mail # user]
...DistCP is a full blown mapreduce job (mapper only, where the mappers do a "fully" parallel copy to the detsination).  CP appears (correct me if im wrong) to simply invoke the FileSystem...
   Author: Jay Vyas, 2013-04-10, 23:51
Re: Copy Vs DistCP - Hadoop - [mail # user]
...DistCP is a full blown mapreduce job (mapper only, where the mappers do a "fully" parallel copy to the detsination).  CP appears (correct me if im wrong) to simply invoke the FileSystem...
   Author: Jay Vyas, 2013-04-10, 23:48
Re: No bulid.xml when to build FUSE - Hadoop - [mail # user]
...hadoop-hdfs builds with maven, not ant.  You might also need to install the serialization libraries.  See http://wiki.apache.org/hadoop/HowToContribute .  As an aside, you cou...
   Author: Jay Vyas, 2013-04-10, 14:28
Re: MVN repository for hadoop trunk - Hadoop - [mail # user]
...Hi guys Hope this helps someone:  I put in a pull request for adding the hadoop snapshot dependencies into a pom file.  Its pretty simple - just add the repository XML block in the...
   Author: Jay Vyas, 2013-04-06, 22:11
Re: MVN repository for hadoop trunk - Hadoop - [mail # user]
...This is awesome thanks !   On Sat, Apr 6, 2013 at 5:14 PM, Harsh J  wrote:     Jay Vyas http://jayunit100.blogspot.com...
   Author: Jay Vyas, 2013-04-06, 21:19
Re: How do _you_ document your hadoop jobs? - Hadoop - [mail # user]
...Wow that's very heavy weight and difficult to modify. Why not graphviz or generating the diagrams from some Or text format.?    On Feb 25, 2013, at 4:11 AM, "David Parks"  wro...
   Author: Jay Vyas, 2013-02-25, 14:55
Re: core-site.xml file is being ignored by new Configuration() - Hadoop - [mail # user]
...Good catch with that string.length() - you're right, that was a silly mistake. --- sorry - im not sure what i was thinking. it was a late night  In any case, the same code with file.exi...
   Author: Jay Vyas, 2013-01-17, 15:00
core-site.xml file is being ignored by new Configuration() - Hadoop - [mail # user]
...Hi guys:  I've finally extracted my problem of loading a special filesystem into a unit test.  Below, clearly, Im creating a raw configuration and adding a single resource to it (c...
   Author: Jay Vyas, 2013-01-17, 00:33
Sort:
project
Hadoop (71)
MapReduce (39)
HDFS (22)
HBase (16)
Flume (5)
type
mail # user (71)
date
last 7 days (0)
last 30 days (0)
last 90 days (8)
last 6 months (14)
last 9 months (71)
author
Harsh J (1376)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Jay Vyas