标签: hadoop hdfs writable
我已经生成了一个hdfs序列文件并使用了第三方库的Writable,因此当我尝试通过运行hadoop fs -text /some/file/path来显示文件的文本时,我收到一条错误消息:< / p>
Writable
hadoop fs -text /some/file/path
text:java.io.IOException:WriableName无法加载类:org.example.AnotherWritable
在这种情况下,如何使用-text命令以便解析AnotherWritable
-text
AnotherWritable