Hi,

Is there any plans for Hadoop to support annodations specially for the api
level configurations eliminations.. eg.

conf.setMapperClass(MaxTemperatureMapper.class);
conf.setCombinerClass(MaxTemperatureReducer.class);
conf.setReducerClass(MaxTemperatureReducer.class);

can be easily elimiated through proper class level annotations.


Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com

-- 
View this message in context: 
http://old.nabble.com/Hadoop-Annotations-support-tp31977831p31977831.html
Sent from the Hadoop core-dev mailing list archive at Nabble.com.

Reply via email to