- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to handle Schema Evolution in ORC file format ?
- Labels:
-
Schema Registry
Created ‎08-23-2018 07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
as we all know we can control schema evolution in Avro format for both "forward and backward" schema-compatibility. is there any option can we perfrom the same in ORC file format too ?
let me know the possibilities to explore more on this.
Cheers,
MJ
Created ‎08-23-2018 08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Schema evolution is supported in ORC from Hive 2.1 . Check the link below
https://www.slideshare.net/Hadoop_Summit/orc-file-optimizing-your-big-data
.
-Aditya
Created ‎08-24-2018 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Aditya,
Tanx for your reply, is there any other posts or blog can i find how to implement the schema evolution in ORC ?
