Download
Samza is released as a source artifact, and also through Maven.
If you just want to play around with Samza for the first time, go to Hello Samza.
JDK Notice
Starting from 2016, Samza will begin requiring JDK8 or higher. Please see this mailing list thread for details on this decision.
Samza Tools
Samza tools package contains command line tools that user can run to use Samza and it’s input/output systems.
- samza-tools_2.12-1.8.0.tgz
- samza-tools_2.12-1.7.0.tgz
- samza-tools_2.11-1.6.0.tgz
- samza-tools_2.11-1.5.1.tgz
- samza-tools_2.11-1.5.0.tgz
- samza-tools_2.11-1.4.0.tgz
- samza-tools_2.11-1.3.1.tgz
- samza-tools_2.11-1.3.0.tgz
- samza-tools_2.11-1.2.0.tgz
- samza-tools_2.11-1.1.0.tgz
- samza-tools-1.0.0.tgz
- samza-tools-0.14.1.tgz
Source Releases
- samza-sources-1.8.0.tgz
- samza-sources-1.7.0.tgz
- samza-sources-1.6.0.tgz
- samza-sources-1.5.1.tgz
- samza-sources-1.5.0.tgz
- samza-sources-1.4.0.tgz
- samza-sources-1.3.1.tgz
- samza-sources-1.3.0.tgz
- samza-sources-1.2.0.tgz
- samza-sources-1.1.0.tgz
- samza-sources-1.0.0.tgz
- samza-sources-0.14.1.tgz
- samza-sources-0.14.0.tgz
- samza-sources-0.13.1.tgz
- samza-sources-0.13.0.tgz
- samza-sources-0.12.0.tgz
- samza-sources-0.11.0.tgz
- samza-sources-0.10.1.tgz
- samza-sources-0.10.0.tgz
- samza-sources-0.9.1.tgz
- samza-sources-0.9.0.tgz
- samza-sources-0.8.0-incubating.tgz
- samza-sources-0.7.0-incubating.tgz
Maven
All Samza JARs are published through Apache’s Maven repository.
Artifacts
A Maven-based Samza project can pull in all required dependencies Samza dependencies this XML block:
Samza versions less than 0.12 should use artifacts with scala version 2.10 as suffix. For example,
Samza versions less than 0.9 should include this additional dependency.
Hello Samza is a working Maven project that illustrates how to build projects that have Samza jobs in them.
Repositories
Samza is available in the Apache Maven repository.
Snapshot builds are available in the Apache Maven snapshot repository.
Checking out and Building
If you’re interested in working on Samza, or building the JARs from scratch, then you’ll need to checkout and build the code. Samza does not have a binary release at this time. To check out and build Samza, run these commands.
See the README.md file for details on building.