cameronlee314 commented on a change in pull request #1332:
URL: https://github.com/apache/samza/pull/1332#discussion_r419609081
##########
File path: samza-test/src/main/python/deployment.py
##########
@@ -76,7 +76,7 @@ def setup_suite():
# Setup Samza job deployer.
samza_job_deployer = SamzaJobYarnDeployer({
- 'config_factory': c('samza_config_factory'),
+ 'config_factory': c('samza_config_loader_factory'),
Review comment:
Does the key here need to be `config_loader_factory`? You changed
`samza_job_yarn_deployer.py` to use `config_loader_factory`.
----------------------------------------------------------------
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]