hive icon indicating copy to clipboard operation
hive copied to clipboard

Exporting Hive data to another file

Open renatojabreu opened this issue 3 years ago • 2 comments

Hi

This is not a bug of a problem on Hive usage, but its a doubt that I have and i didnt found the answer.

Is there any way to export hive "tables" to a document or something like that?

Lets say i have to check all the data, on sqlite there is a command that can export the database and open it on sqlitestudio on the computer, is there a way to this kind of thing with the hive data?

renatojabreu avatar Jan 25 '22 14:01 renatojabreu

I don't think so...

sgsm74 avatar Jan 26 '22 07:01 sgsm74

I think you will have to do it by manually using box.values() in each hive "table", an then saving that data in a json file or something like that

ArielM24 avatar Apr 03 '22 16:04 ArielM24