• News
  • Projects
  • Documentation
  • Extensions
  • Downloads
  • Support

All Cascading build artifacts and many third-party extensions are available from the conjars.org Maven repository.


Stable Releases   |   Pending Releases   |   Prior Releases   |   Maven

Stable Releases

These releases support stable releases of Apache Hadoop 0.20.205.0, 1.x.y and 2.x.y. See the compatibility chart for a complete list.

Cascading 3.3

  • Cascading - cascading-3.3.0.tgz (2018-03-24T02:31Z) [CHANGES]
    • API Guide: [core] [local] [hadoop] [hadoop2-io] [hadoop2-mr1] [hadoop2-tez] [hadoop2-tez-stats] [xml] [expression] [platform]
    • Cascading User Guide
    • Cascading on Tez Notes

Lingual 1.2

  • Lingual – lingual-client-1.2.1.tgz – Client tools.
    • http://files.cascading.org/lingual/1.2/lingual-client/latest.txt
  • Lingual JDBC Drivers – Use ‘jdbc’ classifier to retrieve a self contained ‘fat jar’
    • Local Mode
    • Hadoop 1.x Mode
    • Hadoop 2.x Mode

Pending Releases

For work in progress (WIP) releases, visit our WIP page.

WIP releases, built on every commit to the development git repository, are considered unstable and provided only as a convenience for those testing bug fixes or new features.


Prior Releases

Cascading 3.2

  • Cascading (Jars and JavaDoc) – cascading-3.2.1.tgz [changes] [src]

Cascading 3.1

  • Cascading (Jars and JavaDoc) – cascading-3.1.2.tgz [changes] [src]

Cascading 3.0

  • Cascading (Jars and JavaDoc) – cascading-3.0.4.tgz [changes] [src]
  • Cascading from Maven
  • Multitool – multitool-20160112.tgz
    • http://files.cascading.org/multitool/3.0/latest.txt
    • http://files.cascading.org/multitool/3.0/latest-jar.txt
  • Load – load-20160112.tgz
    • http://files.cascading.org/load/3.0/latest.txt
    • http://files.cascading.org/load/3.0/latest-jar.txt

These releases are available for those who haven’t upgraded to 3.0 yet.

These releases support stable releases of Apache Hadoop 0.19.2 through Hadoop 1.0.x.

Cascading 2.7

  • Cascading (Jars and JavaDoc) – cascading-2.7.1.tgz [changes] [src
  • Cascading from Maven
  • Multitool – multitool-20150813.tgz
  • Load – load-20150813.tgz

Cascading 2.6

  • Cascading (Jars and JavaDoc) – cascading-2.6.3.tgz [changes] [src]
  • Cascading from Maven
  • Multitool – multitool-20150210.tgz
    • http://files.cascading.org/multitool/2.6/latest.txt
    • http://files.cascading.org/multitool/2.6/latest-jar.txt
  • Load – load-20150210.tgz
    • http://files.cascading.org/load/2.6/latest.txt
    • http://files.cascading.org/load/2.6/latest-jar.txt

Cascading 2.5

  • Cascading SDK – Cascading-2.5-SDK-20150628.tgz – Source, jars, and tools.
  • Cascading (Jars and JavaDoc) – cascading-2.5.6.tgz [changes] [src]
  • Cascading from Maven
  • Multitool – multitool-20140821.tgz
    • http://files.cascading.org/multitool/2.5/latest.txt
    • http://files.cascading.org/multitool/2.5/latest-jar.txt
  • Load – load-20140821.tgz
    • http://files.cascading.org/load/2.5/latest.txt
    • http://files.cascading.org/load/2.5/latest-jar.txt

The latest.txt and latest-jar.txt URLs are canonical and are updated to reference the latest builds. Dereference these links in scripts (wget -i http://…/latest.txt or wget –no-check-certificate wget -O – -q http://…/ | sed -n ‘s|http:|https:|p’).

Lingual 1.1

  • Lingual – lingual-client-1.1.1.tgz – Client tools.
    • http://files.cascading.org/lingual/1.1/lingual-client/latest.txt
  • Lingual JDBC Drivers – Use ‘jdbc’ classifier to retrieve a self contained ‘fat jar’
    • Local Mode
    • Hadoop 1.x Mode
    • Hadoop 2.x Mode

Lingual 1.0

  • Lingual – lingual-client-1.0.3.tgz – Client tools.
    • http://files.cascading.org/lingual/1.0/lingual-client/latest.txt
  • Lingual JDBC Drivers – Use ‘jdbc’ classifier to retrieve a self contained ‘fat jar’.
    • Local Mode (in-memory)
    • Hadoop 1.x Mode

Cascading 2.2

  • Cascading SDK – Cascading-2.2-SDK-20140224.tgz – Source, jars, and tools.
  • Cascading – cascading-2.2.1.tgz [changes]

Cascading 2.1

  • Cascading – cascading-2.1.6.tgz [changes]

Cascading 2.0

  • Cascading – cascading-2.0.8.tgz [changes]

Cascading 1.2

  • Cascading – cascading-1.2.6-hadoop-0.19.2+.tgz [src]

Using Maven

Cascading lives in the Conjars Maven repository. 3.2.x are the stable releases, 3.2.x-wip-nnn are the work in progress releases and generally not for production use.

All available revisions. Note the wip releases are tagged on github and built from this repository.

To include Cascading in your Maven project, put the following POM file settings in the proper place.

<repository>
    <id>conjars.org</id>
    <url>http://conjars.org/repo</url>
</repository>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-core</artifactId>
    <version>3.2.x</version>
</dependency>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-local</artifactId>
    <version>3.2.x</version>
</dependency>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-hadoop2-mr1</artifactId>
    <version>3.2.x</version>
</dependency>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-expression</artifactId>
    <version>3.2.x</version>
</dependency>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-xml</artifactId>
    <version>3.2.x</version>
</dependency>

<dependency>
    <groupId>cascading</groupId>
    <artifactId>cascading-platform</artifactId>
    <version>3.2.x</version>
    <scope>test</scope>
</dependency>

© 2017-2018 Cascading Maintainers, All rights reserved.
  • Support
  • Sponsors
  • Media