Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Can Sqoop export ORC?

avatar

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.

1 ACCEPTED SOLUTION

avatar
Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
2 REPLIES 2

avatar
Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
New Contributor

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