Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 936 Bytes

samza-hello.md

File metadata and controls

38 lines (26 loc) · 936 Bytes

Hello Samza

Check out

git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest

Samza Client / Job Package

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

Doc