git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
By default, Hello Samza
uses the snapshot version of Samza in its gradle.properties
If you want to use:
- a stable version: change the version in gradle.properties
- it, you need to publish it to your local Maven repository.
with the grid
grid install samza
or
git clone https://gitbox.apache.org/repos/asf/samza.git
cd samza
./gradlew -PscalaSuffix=${SCALA_VERSION} clean publishToMavenLocal