# mr-template **Repository Path**: mirrors_sryza/mr-template ## Basic Information - **Project Name**: mr-template - **Description**: MapReduce Template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MapReduce Template ================== This repository contains a template for MapReduce programs and aims to save you the work of making your own maven project and writing your own boilerplate code. ## Building mvn install ## Running hadoop jar target/mrtemplate-SNAPSHOT.jar MyDriver inpath outpath ## Running the MRUnit tests mvn test