Ozzie Inputformat MapReduce API
问题 I'm trying to create an OOZIE job with a custom inputformat. I am using the new API and have set : <property> <name>mapred.mapper.new-api</name> <value>true</value> </property> <property> <name>mapred.reducer.new-api</name> <value>true</value> </property> The property name I'm triying is : <property> <name>mapreduce.job.inputformat.class</name <value>org.lab41.dendrite.generator.kronecker.mapreduce.lib.input.QuotaInputFormat</value> </property> Is the correct property name? 回答1: you can see