Member since
03-13-2019
1
Post
0
Kudos Received
0
Solutions
03-13-2019
09:48 PM
Can you please share a sample java code for reading the hadoop sequential file which has hbase.io.ImmutableBytesWritable as Key class and hbase.client.Results as value class? Need to read from input stream which can read from hdfs. Would like to write it into output stream. My input stream shows the file can be read from hdfs but I cannot parse it. So need to build a parser for same.
... View more