Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Hive 3 export single ORC file

avatar
Explorer

Hello,

Hive 3 changes a lot for internal table's ORC format.

How could I export a Hive 3 's table as ONE ORC file in simple ORC format without these new columns for transnational info ?

Thanks,

Bob

1 ACCEPTED SOLUTION

avatar
Expert Contributor
2 REPLIES 2

avatar
Expert Contributor

avatar
Explorer

Hi Eugene,

Thanks for the quick response! It works well.

EXPORT TABLE bob.tab222 TO '/bob/ttt' ;

Labels