Created 12-26-2018 08:19 AM
Hello,
Hive 3 changes a lot for internal table's ORC format.
How could I export a Hive 3 's table as ONE ORC file in simple ORC format without these new columns for transnational info ?
Thanks,
Bob
Created 12-26-2018 08:07 PM
You can use the Export Table command
Created 12-26-2018 08:07 PM
You can use the Export Table command
Created 12-27-2018 01:50 AM
Hi Eugene,
Thanks for the quick response! It works well.
EXPORT TABLE bob.tab222 TO '/bob/ttt' ;