Re: Multipleoutput file

2009-05-21 Thread
;)) 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

Re: Multipleoutput file

2009-05-21 Thread
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

Re: Multipleoutput file

2009-05-21 Thread
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

Re: Multiple k,v pairs from a single map - possible?

2009-04-07 Thread
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. >> >>

Re: Multiple k,v pairs from a single map - possible?

2009-04-02 Thread
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