I need to output the query results of a Hive table to a MySQL DB. We don't want to write a DBWriter as our Hadoop cluster and DB are in different Data centers. It would help if I can output/redirect the query results to a HDFS or a local file. Is there a way?
- KK.
