# NameSort **Repository Path**: tangnan/NameSort ## Basic Information - **Project Name**: NameSort - **Description**: Hadoop Sort - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Name sort with hadoop using mepreduce. Sample data: Smith John Smith Anne Smith Ken Smith Ben How to run this project. 1.Compile. Using command `mvn clean package` 2.Run. `hadoop jar sort-0.0.1.jar input output` We also can run directly in IDEA,before that we need add an input directory and set run params.