Created 10-28-2016 06:06 PM
Hi, Is it possible to export ORC files using Sqoop? I need to export from Hive to another DBMS which also supports ORC, therefore I would prefer to directly export ORC files without any needs to do conversions.
Created 10-28-2016 06:43 PM
You can.
Please see this excellent answer for importing ORC
and this one for exporting ORC
https://hadoopist.wordpress.com/2015/09/09/how-to-export-a-hive-orc-table-to-a-oracle-database/
Created 10-28-2016 06:43 PM
You can.
Please see this excellent answer for importing ORC
and this one for exporting ORC
https://hadoopist.wordpress.com/2015/09/09/how-to-export-a-hive-orc-table-to-a-oracle-database/
Created on 07-22-2020 01:12 PM - edited 07-22-2020 01:15 PM
Is it possible to add filtering condition also while exporting from the ORC table? My point is consider I am having an ORC table 'sampleORC' with column 'name'. I only need to export the data with name ='Demo' from sampleORC