I have generated an hdfs sequence file and it uses a 3rd party library's Writable
, so when I try to show the text of the file by running hadoop fs -text /some/file/path
, I get an error message saying:
text: java.io.IOException: WriableName can't load class: org.example.AnotherWritable
In this case, how do I go about using the -text
command so it can resolve AnotherWritable