A workaround might be to create an external table with the correct format,
insert overwrite into the external table, then drop the external table (which I
think shouldn't delete the directory)
On Jan 9, 2015, at 5:46 AM, vengatesh.babu wrote:
> Hi,
>
> How to write Hive query output to HDFS
Hi,
How to write Hive query output to HDFS directory as CSV file(comma separated).
Thanks
Vengatesh Babu K M
On Wed, 07 Jan 2015 11:46:39 +0530
vengatesh.babu wrote
Hi,
I want to write hive query output into HDFS file in CSV Format( comma
separate