0

I tried the HBase export tool to transfer a table to HDFS. I tried to hadoop dfs -text the file to see a collection of contents. However, I got a fatal error:

java.lang.RuntimeException: java.io.IOException: WritableName can't load class: org.apache.hadoop.hbase.io.ImmutableBytesWritable

Do I need to integrate any configuration to include the class in my hadoop runtime?

harpun
  • 4,022
  • 1
  • 36
  • 40
user2325080
  • 47
  • 2
  • 7

1 Answers1

0

A sequenceFile is a binary format. you can access it using Hadoop programing API or you can try a tool like forklift

Arnon Rotem-Gal-Oz
  • 25,469
  • 3
  • 45
  • 68