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
The table must be bucketed and stored using an ACID compliant format (such as ORC)
Labels:
- Labels:
-
Apache Hive
Contributor
Created ‎08-23-2017 08:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alter table gives the following error
The table must be bucketed and stored using an ACID compliant format (such as ORC)
1 REPLY 1
Guru
Created ‎08-24-2017 01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See these for configuring ACID transactions in Hive:
- https://hortonworks.com/tutorial/using-hive-acid-transactions-to-insert-update-and-delete-data/#enab...
- https://community.hortonworks.com/articles/97113/hive-acid-merge-by-example.html
See this for implementing ORC format on your Hive files:
