License |
License |
---|---|
GroupId | GroupIdorg.apache.crunch |
ArtifactId | ArtifactIdcrunch-examples |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Crunch Examples
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-examples-1.0.0.pom | |
crunch-examples-1.0.0.jar | 288 KB |
crunch-examples-1.0.0-sources.jar | 272 KB |
crunch-examples-1.0.0-job.jar | 89 MB |
crunch-examples-1.0.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/ -->
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch-examples</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation 'org.apache.crunch:crunch-examples:1.0.0'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation ("org.apache.crunch:crunch-examples:1.0.0")
'org.apache.crunch:crunch-examples:jar:1.0.0'
<dependency org="org.apache.crunch" name="crunch-examples" rev="1.0.0">
<artifact name="crunch-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch-examples', version='1.0.0')
)
libraryDependencies += "org.apache.crunch" % "crunch-examples" % "1.0.0"
[org.apache.crunch/crunch-examples "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0.1 |
org.apache.crunch : crunch-core | jar | 1.0.0 |
org.apache.crunch : crunch-hbase | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.apache.hbase : hbase-server | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.7.1 |
commons-io : commons-io | jar | 2.4 |
org.apache.hbase : hbase-mapreduce | jar | 2.0.1 |