RE: Possible to create ORC file with specific name in reducer?

2014-10-28 Thread Xu, Cheng A
You can refer to the unit test for TestNewInputOutputFormat FileOutputFormat.setOutputPath(job, outputPath); From: Robert Towne [mailto:robert.to...@webtrends.com] Sent: Wednesday, October 29, 2014 6:35 AM To: user@hive.apache.org Subject: Possible to create ORC file with specific name in

Re: Possible to create ORC file with specific name in reducer?

2014-10-28 Thread Robert Towne
Thanks, Cheng. That example/unit test only writes to 1 file and it is setup when the job is setup. I do not know the filenames at job setup time. I am looking to set the filename at reduce time, not at job setup time.