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