Reading images from HDFS using mapreduce

前端 未结 1 1693
梦毁少年i
梦毁少年i 2020-12-22 12:37

Please help me in this code. I am trying to reiad images from HDFS. I am using WholeFileInputFormat. with WholeFileRecordreader. No compile time errors.But the code is givin

1条回答
  •  攒了一身酷
    2020-12-22 12:55

    WholeFileInputFormat is defined as abstract, how do you want to create an instance of it?

    Either make it not abstract or subclass it with a concrete implementation.

    0 讨论(0)
提交回复
热议问题