解析 orc 格式 为 json 格式:
./hive --orcfiledump -d <hdfs-location-of-orc-file>
把解析的 json 写入 到文件
./hive --orcfiledump -d <hdfs-location-of-orc-file> > myfile.txt
时间: 2024-10-10 05:18:51
解析 orc 格式 为 json 格式:
./hive --orcfiledump -d <hdfs-location-of-orc-file>
把解析的 json 写入 到文件
./hive --orcfiledump -d <hdfs-location-of-orc-file> > myfile.txt