Create a Hive table as text and another one as ORC. ie. table_stg and table_base
Load up the text table then do a insert overwrite into table_base and select * from table_stg.
Create a Hive table as text and another one as ORC. ie. table_stg and table_base
Load up the text table then do a insert overwrite into table_base and select * from table_stg.