Hi,
I have written a mapreduce job and used 
MultipleOutputs(org.apache.hadoop.mapreduce.lib.output.MultipleOutputs) calss 
to put the resultant file in a specific user defined directory path(instead of 
getting the o/p file part-r-00000 i want to have dir1/dir2/dir3/d-r-00000). 
This works fine for hdfs.
But when I run the same mapreduce job with s3 file sytem the user defined 
directory structure is not created in s3. Is it that MultipleOutputs is not 
suported in S3? if so, any alternate way by which I can customize my mapreduce 
o/p file directory path in s3.

Thanks,
Sunil

Reply via email to