# crunch **Repository Path**: mirrors_apache/crunch ## Basic Information - **Project Name**: crunch - **Description**: Mirror of Apache Crunch (Incubating) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Welcome to Apache Crunch! ========================= Apache Crunch is a Java library for writing, testing, and running Hadoop MapReduce pipelines, based on Google's FlumeJava. Its goal is to make pipelines that are composed of many user-defined functions simple to write, easy to test, and efficient to run. For more information please see the website: http://crunch.apache.org/ Building the Source Code ------------------------ We recommend Maven 3 and JDK 6 for building Crunch. To build the project run the following Maven command: mvn package To run the integration test suite and to install the created JARs in your local Maven cache: mvn install