alnzng opened a new pull request #1349: URL: https://github.com/apache/samza/pull/1349
#### Issues Currently, we define the `runWithClassLoader` method in `ClusterBasedJobCoordinator` to support split deployment. However, the job container needs a similar `runWithClassLoader` method to support split deployment. So we'd better make the `runWithClassLoader` method more generic, then `LocalContainerRunner` can just use it. #### Changes Add new util class `SplitDeploymentUtil ` to define generic `runWithClassLoader` method. #### 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]
