标签:
解析 orc 格式 为 json 格式:
./hive --orcfiledump -d <hdfs-location-of-orc-file>
把解析的 json 写入 到文件
./hive --orcfiledump -d <hdfs-location-of-orc-file> > myfile.txt
Hive Hadoop 解析 orc 文件
原文地址:http://www.cnblogs.com/lasclocker/p/5685941.html