Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by JackHebert: http://wiki.apache.org/lucene-hadoop/HadoopMapReduceTips The comment on the change is: Starter page. New page: Describe HadoopMapReduceTips here. This will be a hub for Map Reduce tips and information. == Tips == * [:HadoopMapReduceConfigureMethod: Configuring Mappers and Reducers] - adding code to execute when the mapper or reducer is instantiated. * [:HadoopMapReduceSequenceFileFormat: Sequence File Format] - an extremely helpful input/output data format. * [:HadoopMapReduceSecondaryData: Programmicly Reading from DFS] - Example of reading a sequence file off DFS during the configure method.