License |
License |
---|---|
GroupId | GroupIdorg.apache.crunch |
ArtifactId | ArtifactIdcrunch-scrunch |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Crunch for Scala
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-scrunch-1.0.0.pom | |
crunch-scrunch-1.0.0.jar | 536 KB |
crunch-scrunch-1.0.0-sources.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch-scrunch/ -->
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch-scrunch</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-scrunch/
implementation 'org.apache.crunch:crunch-scrunch:1.0.0'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-scrunch/
implementation ("org.apache.crunch:crunch-scrunch:1.0.0")
'org.apache.crunch:crunch-scrunch:jar:1.0.0'
<dependency org="org.apache.crunch" name="crunch-scrunch" rev="1.0.0">
<artifact name="crunch-scrunch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch-scrunch', version='1.0.0')
)
libraryDependencies += "org.apache.crunch" % "crunch-scrunch" % "1.0.0"
[org.apache.crunch/crunch-scrunch "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
org.scala-lang : scala-compiler | jar | 2.11.8 |
jline : jline | jar | 2.12.1 |
com.twitter : algebird-core_2.11 | jar | 0.9.0 |
org.apache.crunch : crunch-core | jar | 1.0.0 |
org.apache.thrift : libthrift | jar | 0.8.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.7.1 |
commons-cli : commons-cli | jar | 1.2 |
commons-io : commons-io | jar | 2.4 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.crunch : crunch-test | jar | 1.0.0 |
junit : junit | jar | 4.10 |
org.scalatest : scalatest_2.11 | jar | 2.2.4 |