I am wondering if the presence of _SUCCESS file is causing the empty
result. Can you try setting property
"mapreduce.fileoutputcommitter.marksuccessfuljobs" to false to disable the
generation of _SUCCESS file? Just a long shot but might not hurt to debug
this.
On Mon, Jul 21, 2014 at 4:47 AM, Ti
Hi everybody,
I'm currently working on a compatibility layer that enables using the
HCatOutputFormat with Apache Incubator Flink. I followed the
corresponding wiki page
(https://cwiki.apache.org/confluence/display/Hive/HCatalog+InputOutput)
for my implementation. I'm now able to execute a job