DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Add storage type option(e.g "hoodie.table.storage.type=ORC") to hoodie.properties.
- Impement a HoodieOrcWriter just like HoodieParquetWriter to write data in ORC.
- Impement a OrcReaderIterator just like ParquetReaderIterator to write read data in ORC.
- Change or create new implementation of HoodieInputFormat to support ORC writing (As of now it strictly writes Parquet)
- Rework HoodieBloomIndex to work with ORC.
...