;))
toCompare = file.getPath();
}
i don't know if it is regular to do this, but it is solvable for me right
now.
2009/5/22 皮皮
> thank you for you reply, jason.
>
> well , how should i do if i just want to get certain file in the directory
> , not all of the files
e
> in,
> and the individual files will be added.
>
> If there are other files in the directory, you may need to specify a custom
> input path filter via FileInputFormat.setInputPathFilter.
>
>
> 2009/5/21 皮皮
>
> > yes , but how can i get the commaSeperate
etc.
>
> You'd need to set them as multiple inputs.
>
> FileInputFormat.setInputPaths(job, commaSeperatedPaths);
>
>
> Brian
>
> -Original Message-
> From: 皮皮 [mailto:pi.bingf...@gmail.com]
> Sent: Tuesday, April 07, 2009 3:30 AM
> To: core-user@hadoop.apache.org
> Subje
could any body tell me how to get one of the multipleoutput file in another
jobconfig?
2009/4/3 皮皮
> thank you very much . this is what i am looking for.
>
> 2009/3/27 Brian MacKay
>
>
>> Amandeep,
>>
>> Add this to your driver.
>>
>>
thank you very much . this is what i am looking for.
2009/3/27 Brian MacKay
>
> Amandeep,
>
> Add this to your driver.
>
> MultipleOutputs.addNamedOutput(conf, "PHONE",TextOutputFormat.class,
> Text.class, Text.class);
>
> MultipleOutputs.addNamedOutput(conf, "NAME,
>Text