Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Hive 3 export single ORC file
Labels:
- Labels:
-
Apache Hive
Explorer
Created ‎12-26-2018 08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
Super Collaborator
Created ‎12-26-2018 08:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the Export Table command
2 REPLIES 2
Super Collaborator
Created ‎12-26-2018 08:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the Export Table command
Explorer
Created ‎12-27-2018 01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Eugene,
Thanks for the quick response! It works well.
EXPORT TABLE bob.tab222 TO '/bob/ttt' ;
