| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
334 (0.235s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: do you need to call super in Mapper.Context.setup()? - Hadoop - [mail # user]
|
|
...In that case, you get an "unchecked type" warning On Fri, Sep 17, 2010 at 10:39 AM, Owen O'Malley wrote: ...
|
|
|
Author: Mark Kerzner,
2010-09-17, 15:41
|
|
|
Re: do you need to call super in Mapper.Context.setup()? - Hadoop - [mail # user]
|
|
...Thank you for the advice and for teaching the common expression Mark On Fri, Sep 17, 2010 at 9:29 AM, David Rosenstrauch wrote: ...
|
|
|
Author: Mark Kerzner,
2010-09-17, 14:40
|
|
|
Re: How to run a job? - Hadoop - [mail # user]
|
|
...thank you On Fri, Sep 17, 2010 at 9:27 AM, David Rosenstrauch wrote: ...
|
|
|
Author: Mark Kerzner,
2010-09-17, 14:37
|
|
|
Re: How to run a job? - Hadoop - [mail # user]
|
|
...it seems the 0.21 documentation is updated: // Submit the job, then poll for progress until the job is complete try { &nb...
|
|
|
Author: Mark Kerzner,
2010-09-17, 04:57
|
|
|
How to run a job? - Hadoop - [mail # user]
|
|
...Hi, the documentationsays I should do this: JobClient.*runJob*(JobConf job) but JobConf is itself deprecated. Thank you, Mark...
|
|
|
Author: Mark Kerzner,
2010-09-17, 04:53
|
|
|
do you need to call super in Mapper.Context.setup()? - Hadoop - [mail # user]
|
|
...Hi, any need for this, protected void setup(Mapper.Context context) throws IOException, InterruptedException { super.setup(context); // TODO - does th...
|
|
|
Author: Mark Kerzner,
2010-09-17, 03:38
|
|
|
Re: migrating from 0.18 to 0.20 - Hadoop - [mail # user]
|
|
...I see On Thu, Sep 16, 2010 at 1:58 AM, Lance Norskog wrote: ...
|
|
|
Author: Mark Kerzner,
2010-09-16, 11:17
|
|
|
how to talk to hdfs - Hadoop - [mail # user]
|
|
...Hi, in the core-site.xml, I have this fs.default.name hdfs://loca...
|
|
|
Author: Mark Kerzner,
2010-09-16, 04:09
|
|
|
Re: migrating from 0.18 to 0.20 - Hadoop - [mail # user]
|
|
...Thanks! Mark On Wed, Sep 15, 2010 at 3:40 AM, Sanel Zukan wrote: ...
|
|
|
Author: Mark Kerzner,
2010-09-15, 13:29
|
|
|
migrating from 0.18 to 0.20 - Hadoop - [mail # user]
|
|
...Hi, in 0.18, it used to be main().... JobConf conf = new JobConf(MyMR.class); FileInputFormat.setInputPaths(conf, ne...
|
|
|
Author: Mark Kerzner,
2010-09-15, 04:48
|
|
|
|