Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2013-02-08 Thread Alejandro Abdelnur
*Subject:* Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat ** ** Hi Tony, from what i understand your prob is not with MTOF but with you wanting to run 2 jobs using the same output directory, the second job will fail because the output dir already existed. My take would

RE: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2013-02-01 Thread Tony Burton
using the AWS Java SDK be a better solution? Thanks! Tony From: Alejandro Abdelnur [mailto:t...@cloudera.com] Sent: 31 January 2013 18:45 To: common-u...@hadoop.apache.org Subject: Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat Hi Tony, from what i understand your prob

Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2013-01-31 Thread Alejandro Abdelnur
hacky to me. Thanks for any feedback! Tony From: Harsh J [ha...@cloudera.com] Sent: 31 August 2012 10:47 To: user@hadoop.apache.org Subject: Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat Good finding, that OF slipped my mind. We

RE: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2012-08-31 Thread Tony Burton
: Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat Hi Tony, On Wed, Aug 29, 2012 at 9:30 PM, Tony Burton tbur...@sportingindex.com wrote: Success so far! I followed the example given by Tom on the link to the MultipleOutputs.html API you suggested. I implemented a WordCount MR job

RE: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2012-08-31 Thread Tony Burton
To: user@hadoop.apache.org Subject: Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat Good finding, that OF slipped my mind. We can mention on the MultipleOutputs javadocs for the new API to use the LazyOutputFormat for the job-level config. Please file a JIRA for this under MAPREDUCE project

RE: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2012-08-29 Thread Tony Burton
@hadoop.apache.org Subject: Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat The Multiple*OutputFormat have been deprecated in favor of the generic MultipleOutputs API. Would using that instead work for you? On Tue, Aug 28, 2012 at 6:05 PM, Tony Burton tbur...@sportingindex.com wrote: Hi, I've seen

Re: hadoop 1.0.3 equivalent of MultipleTextOutputFormat

2012-08-28 Thread Harsh J
The Multiple*OutputFormat have been deprecated in favor of the generic MultipleOutputs API. Would using that instead work for you? On Tue, Aug 28, 2012 at 6:05 PM, Tony Burton tbur...@sportingindex.com wrote: Hi, I've seen that org.apache.hadoop.mapred.lib.MultipleTextOutputFormat is good