License |
License |
---|---|
GroupId | GroupIdorg.apache.crunch |
ArtifactId | ArtifactIdcrunch-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Crunch Core
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crunch-core-1.0.0.pom | |
crunch-core-1.0.0.jar | 827 KB |
crunch-core-1.0.0-sources.jar | 479 KB |
crunch-core-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch-core/ -->
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-core/
implementation 'org.apache.crunch:crunch-core:1.0.0'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-core/
implementation ("org.apache.crunch:crunch-core:1.0.0")
'org.apache.crunch:crunch-core:jar:1.0.0'
<dependency org="org.apache.crunch" name="crunch-core" rev="1.0.0">
<artifact name="crunch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch-core', version='1.0.0')
)
libraryDependencies += "org.apache.crunch" % "crunch-core" % "1.0.0"
[org.apache.crunch/crunch-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0.1 |
org.apache.avro : avro | jar | 1.7.7 |
org.apache.avro : avro-mapred | jar | 1.7.7 |
org.apache.parquet : parquet-avro | jar | 1.8.1 |
org.javassist : javassist | jar | 3.16.1-GA |
com.google.code.findbugs : jsr305 Optional | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.7.1 |
org.apache.hadoop : hadoop-distcp | jar | 2.7.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |
commons-codec : commons-codec | jar | 1.4 |
commons-io : commons-io | jar | 2.4 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.apache.thrift : libthrift | jar | 0.8.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.crunch : crunch-test | jar | 1.0.0 |
org.apache.hadoop : hadoop-minicluster | jar | 2.7.1 |
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.hamcrest : hamcrest-all | jar | 1.1 |
commons-cli : commons-cli | jar | 1.2 |