License |
License |
---|---|
GroupId | GroupIdorg.apache.crunch |
ArtifactId | ArtifactIdcrunch |
Last Version | Last Version0.5.0-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Crunch Core
Apache Crunch (Incubating) 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crunch-0.5.0-incubating.pom | |
crunch-0.5.0-incubating.jar | 547 KB |
crunch-0.5.0-incubating-sources.jar | 297 KB |
crunch-0.5.0-incubating-javadoc.jar | 897 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch/ -->
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch</artifactId>
<version>0.5.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch/
implementation 'org.apache.crunch:crunch:0.5.0-incubating'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch/
implementation ("org.apache.crunch:crunch:0.5.0-incubating")
'org.apache.crunch:crunch:jar:0.5.0-incubating'
<dependency org="org.apache.crunch" name="crunch" rev="0.5.0-incubating">
<artifact name="crunch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch', version='0.5.0-incubating')
)
libraryDependencies += "org.apache.crunch" % "crunch" % "0.5.0-incubating"
[org.apache.crunch/crunch "0.5.0-incubating"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 11.0.2 |
org.apache.avro : avro | jar | 1.7.0 |
org.apache.avro : avro-mapred | jar | 1.7.0 |
org.javassist : javassist | jar | 3.16.1-GA |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | |
org.slf4j : slf4j-api | jar | 1.4.3 |
commons-codec : commons-codec | jar | 1.4 |
org.codehaus.jackson : jackson-core-asl | jar | 1.8.8 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.8.8 |
com.google.protobuf : protobuf-java | jar | 2.3.0 |
org.apache.thrift : libthrift | jar | 0.8.0 |
commons-logging : commons-logging | jar | 1.1.1 |
org.slf4j : slf4j-log4j12 | jar | 1.4.3 |
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | 3.0.1 |
org.apache.crunch : crunch-test | jar | 0.5.0-incubating |
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.hamcrest : hamcrest-all | jar | 1.1 |