在本地计算机上运行Mapreducer
作业时,出现以下错误。
Null Object Cannot be converted to a value type on the following line:
var result = hadoop.MapReduceJob.ExecuteJob<UserQuestionsExtractionJob>();
我在另一个hadoop项目上遇到了同样的错误,我认为mapper类中有一个异常,所以只在mapper方法中使用了try-catch并开始工作。