| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Class similar to MultipleInputs - MapReduce - [mail # user]
|
|
...http://hadoop.apache.org/docs/mapreduce/r0.21.0/api/org/apache/hadoop/mapreduce/lib/input/MultipleInputs.html Excuse typos. Sent from HTC Sensation XE. On Jan 6, 2013 8:43 AM, "Kasi Su...
|
|
|
Author: Swathi V,
2013-01-06, 07:42
|
|
|
Re: Re: Re: Re: How do I set the intermediate output path when I use 2 mapreduce jobs? - MapReduce - [mail # user]
|
|
...Hi Jun Tun, Yeah ! surely... Well the code i gave is the new API. 2011/9/24 谭军 ), b); b); on/docs/r0.20.1/api/org/apache/hadoop/mapred/Mapper.html> che/hadoop/mapred/Re...
|
|
|
Author: Swathi V,
2011-09-24, 15:03
|
|
|
Re: Re: Re: How do I set the intermediate output path when I use 2 mapreduce jobs? - MapReduce - [mail # user]
|
|
...Hi JunTun, 1. Distributed Cache in new API usage: // Setting up the cache for the application 1. Copy the requisite files to the FileSystem: &...
|
|
|
Author: Swathi V,
2011-09-23, 17:37
|
|
|
Re: Re: How do I set the intermediate output path when I use 2 mapreduce jobs? - MapReduce - [mail # user]
|
|
...Hi Jun Tan, Yes i use 0.21.0 version. So i have used those. Well the Hadoop Definitive Guide has job dependency examples for 0.20.x. Thank You, 2011/9/23 谭军 e ...
|
|
|
Author: Swathi V,
2011-09-23, 11:06
|
|
|
Re: How do I set the intermediate output path when I use 2 mapreduce jobs? - MapReduce - [mail # user]
|
|
...Hi, This code might help you //JobDependancies.java snippet Configuration conf = new Configuration(); Job job1 = new Job(conf, "job1"); job1.setJarByCla...
|
|
|
Author: Swathi V,
2011-09-21, 16:56
|
|
|
Re: Using HADOOP for Processing Videos - MapReduce - [mail # user]
|
|
...This link might help you... example On Tue, Sep 20, 2011 at 9:52 AM, Rajen Bhatt (RBEI/EST1) wrote: Regards, Swathi.V....
|
|
|
Author: Swathi V,
2011-09-20, 04:54
|
|
|
Re: Running Jobs with capacity scheduler on hadoop in eclipse - MapReduce - [mail # user]
|
|
...It might be in safemode. turn off the safemode by using *bin/hadoop dfsadmin safemode -leave* to see the task tracker. On Fri, Sep 16, 2011 at 2:09 PM, arun k wrote:  ...
|
|
|
Author: Swathi V,
2011-09-16, 10:26
|
|
|
Re: Where is the location of logs in Reducer.run() function? - MapReduce - [mail # user]
|
|
...Any stdouts can be seen in UI hostname:50030/jobtracker.jsp in the joblink in reduce task click 'all' On Fri, Sep 16, 2011 at 1:42 PM, Tanweiguo wrote: out Reg...
|
|
|
Author: Swathi V,
2011-09-16, 10:23
|
|
|
Re: Passing a Global Variable into a Mapper - MapReduce - [mail # user]
|
|
...Hi, I guess you can make use of job.getconfiguration().set() in driver to set the variable and in mapper you can make use of setup method like this: Configuration conf = context.getconfigura...
|
|
|
Author: Swathi V,
2011-09-15, 17:53
|
|
|
|