You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Alan Said <Al...@dai-labor.de> on 2010/11/29 18:26:35 UTC

Equivalence of MultipleInputs.addInputPath(...) without a JobConf

Hi all,
I'm having difficulties figuring out what the equivalent of using of using
org.apache.hadoop.mapred.lib.addInputPath(JobConf conf, Path path, Class<? extends InputFormat> inputFormatClass, Class<? extends Mapper> mapperClass)
is in org.apache.hadoop.mapreduce, i.e. not using a JobConf, rather Job or Configuration?

Would appreciate any help.

Thanks,
Alan


Re: Equivalence of MultipleInputs.addInputPath(...) without a JobConf

Posted by Harsh J <qw...@gmail.com>.
MultipleInputs for the new API is present in Hadoop 0.21 releases. It
should reside in the org.apache.hadoop.mapreduce.* package.

See: https://issues.apache.org/jira/browse/MAPREDUCE-369 for the issue.

On Mon, Nov 29, 2010 at 10:56 PM, Alan Said <Al...@dai-labor.de> wrote:
> Hi all,
> I'm having difficulties figuring out what the equivalent of using of using
> org.apache.hadoop.mapred.lib.addInputPath(JobConf conf, Path path, Class<? extends InputFormat> inputFormatClass, Class<? extends Mapper> mapperClass)
> is in org.apache.hadoop.mapreduce, i.e. not using a JobConf, rather Job or Configuration?
>
> Would appreciate any help.
>
> Thanks,
> Alan
>
>



-- 
Harsh J
www.harshj.com