Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
/ crunch Public archive

Mirror of Apache Crunch (Incubating)

License

Notifications You must be signed in to change notification settings

apache/crunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f75cce9 · Feb 2, 2021
Nov 14, 2019
Jan 11, 2020
Feb 2, 2021
Oct 8, 2019
Oct 8, 2019
Mar 25, 2020
Oct 8, 2019
Oct 8, 2019
Feb 22, 2020
Oct 8, 2019
Oct 8, 2019
Nov 13, 2019
Nov 13, 2019
May 21, 2015
Jan 8, 2015
Sep 8, 2016
Oct 9, 2013
May 25, 2015
Apr 11, 2014
Feb 22, 2020
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