Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经生成了一个 hdfs 序列文件,它使用 3rd 方库Writable,所以当我尝试通过运行来显示文件的文本时hadoop fs -text /some/file/path,我收到一条错误消息:
Writable
hadoop fs -text /some/file/path
文本:java.io.IOException:WriableName 无法加载类:org.example.AnotherWritable
在这种情况下,我该如何使用该-text命令才能解决AnotherWritable
-text
AnotherWritable