Chris Riccomini created SAMZA-509: ------------------------------------- Summary: Supporting integration test execution on multiple machines Key: SAMZA-509 URL: https://issues.apache.org/jira/browse/SAMZA-509 Project: Samza Issue Type: Bug Components: test Affects Versions: 0.9.0 Reporter: Chris Riccomini
Samza's integration tests can't be executed on multiple machines right now. This is because all existing configs for Kafka, YARN, and ZK point to localhost. We should convert Kafka, YARN, and ZK to use templated configs (samza-test/src/main/python/templates) to generate proper configs for every machine in deployment host lists (located in samza-test/src/main/python/configs/*json). Once this is done, we can properly generate configs for every machine in the deployment machine list. -- This message was sent by Atlassian JIRA (v6.3.4#6332)