Re: Using Hadoop Streaming with formats based on org.apache.hadoop.mapreduce.InputFormat

2022-02-24 Thread Niketh Nikky
Unsubscribe! Thanks Niketh > On Feb 24, 2022, at 4:26 PM, Giuseppe Valente > wrote: > > Hi, > > I have my own input format based on the following hierarchy: > > org.apache.hadoop.hbase.mapreduce.HFileInputFormat >-> org.apache.hadoop.mapreduce.lib.input.FileInputFo

Using Hadoop Streaming with formats based on org.apache.hadoop.mapreduce.InputFormat

2022-02-24 Thread Giuseppe Valente
Hi, I have my own input format based on the following hierarchy: org.apache.hadoop.hbase.mapreduce.HFileInputFormat -> org.apache.hadoop.mapreduce.lib.input.FileInputFormat -> org.apache.hadoop.mapreduce.InputFormat I’m running the following: hadoop jar hadoop-streaming-