alnzng opened a new pull request #1342: SAMZA-2509: New config name to represent if split deployment feature is enabled URL: https://github.com/apache/samza/pull/1342 ####Issues Currently, we are using `samza.cluster.based.job.coordinator.dependency.isolation.enabled` to show if Samza application enables split deployment on job coordinator. However, we also need one similar config for the job container with the same purpose. So we'd better consolidate them to one generic config `job.split.deployment.enabled`. ####Changes 1. Renamed `ShellCommandConfig.ENV_CLUSTER_BASED_JOB_COORDINATOR_DEPENDENCY_ISOLATION_ENABLED` to `ShellCommandConfig. ENV_SPLIT_DEPLOYMENT_ENABLED ` 2. Renamed `JobConfig. CLUSTER_BASED_JOB_COORDINATOR_DEPENDENCY_ISOLATION_ENABLED ` to `JobConfig. JOB_SPLIT_DEPLOYMENT_ENABLED ` ####Tests - [ ] All unit tests and integration tests are passed ####API Changes None ####Upgrade Instructions None ####Usage Instructions None
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
