Created 06-03-2016 09:09 PM
I have a script that loads data into an ORC table, seems I can only load TEXT data type. Are other data types supported?
Or is there a better way to load bulk CSV data and load into ORC tables.
Thanks.
Created 06-03-2016 09:39 PM
You can also use pig ORC storage and store file in ORC, afterward create external hive table and point it to orc directory.
https://pig.apache.org/docs/r0.15.0/func.html#OrcStorage
Most Orc data type has one to one mapping to Pig data type. Several exceptions are:
Loader side:
Storer side:
View solution in original post