Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 14 from 14 (0.078s).
Loading phrases to help you
refine your search...
Re: Question on adding Hadoop XML to Configuration Object - MapReduce - [mail # user]
...Also - make sure the fs.default.name parameter is actually in core-site.xml, not hdfs-site.xml  On 9 August 2012 09:32, Mohammad Tariq  wrote:  ...
   Author: Dave Beech, 2012-08-09, 08:34
Re: Question on adding Hadoop XML to Configuration Object - MapReduce - [mail # user]
...Instead of setting the xml files programmatically, why not set the HADOOP_CONF_DIR env variable to '/usr/local/hadoop-1.0.2/conf/'? That way, you can just create a new Configuration() object...
   Author: Dave Beech, 2012-08-09, 08:32
Re: What are the basic Hadoop Java Classes? - MapReduce - [mail # user]
...Mapper, Reducer, Configuration, Job / JobConf and Tool. All pretty essential. Plus InputFormats and OutputFormats, FileSystem and Path. Don't forget Partitioners and Comparators.  Hope ...
   Author: Dave Beech, 2012-07-30, 21:27
Re: implementing a generic list writable - MapReduce - [mail # user]
...You could serialise the class name along with the list items in an extra Text writable, and then in the readFields method get it back using Class.forName(textClassName.toString())  In t...
   Author: Dave Beech, 2012-07-03, 09:13
Sort:
project
MapReduce (14)
Avro (12)
Hadoop (5)
HBase (1)
HDFS (1)
type
mail # user (13)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (14)
author
Harsh J (1047)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (174)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Dave Beech