我正在尝试从命令行读取hadoop文件系统中的ORC文件,但以下命令不起作用。
hadoop fs -text无效
什么是等效命令?
答案 0 :(得分:0)
看起来你必须从Hive转储它。这似乎与此问题重复 - How to see contents of Hive orc files in linux
hive --orcfiledump <location-of-orc-file>
或类似的东西取决于您的Hive版本应该这样做。 https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC