samza-hello-samza
samza-hello-samza copied to clipboard
SAMZA-2449: Create an example job in samza-hello-samza for job coordinator split deployment
Feature: Adding an example for how to set up job coordinator dependency isolation in samza-hello-samza
Changes:
- Updated build.gradle to include tasks to build framework artifacts.
- Added a new config for a job to be deployed in a job coordinator dependency isolation mode.
Usage instructions:
- Normally, the samza-hello-samza artifact would be built by running
./gradlew distTar
. For dependency isolation, run./gradlew distTar frameworkApiDistTar frameworkInfrastructureDistTar
, which will build the framework API and infrastructure packages. - The
wikipedia-application-with-framework.properties
config is set up to run in dependency isolation mode. Use that as the argument to the--config-path
option when running withrun-app.sh
.