hadoop - ORCfile storage implementation in Pig -


does know how use orcfiles input/output in pig? found kind of support rcfiles in elephant-birds, seems orc format not supported... please provide sample of using pig access/store orc files in pig?

support orc storage through pig not yet committed , under active development. refer apache jira pig-3558. following this, able access orc files via pig script this

load 'foo.orc' using orcstorage(); ... store .. using orcstorage('-c snappy'); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -