Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMZA-2449: Create an example job in samza-hello-samza for job coordinator split deployment #72

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from

Conversation

cameronlee314
Copy link
Contributor

Feature: Adding an example for how to set up job coordinator dependency isolation in samza-hello-samza

Changes:

  1. Updated build.gradle to include tasks to build framework artifacts.
  2. Added a new config for a job to be deployed in a job coordinator dependency isolation mode.

Usage instructions:

  1. 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.
  2. 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 with run-app.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant