Created 08-13-2018 08:47 AM
I want to export hive table to Json file for doing analysis
Created 08-13-2018 08:57 AM
If your hive table is in ORC format, you can give this a try; https://orc.apache.org/docs/java-tools.html
Created 08-13-2018 10:59 AM
Assign to @Jonathan Sneep, You can also create a new temp table with JSON file format and use "insert into json table form existing table;" Post creating the new table, the files can be read form hdfs in json format.