Re: Hive does not show data generated with HCatOutputFormat

2014-07-23 Thread D K
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

Hive does not show data generated with HCatOutputFormat

2014-07-21 Thread Timo Walther
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