SAMZA-822: fix integration test configuration with coordinator stream
Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/fbfee750 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/fbfee750 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/fbfee750 Branch: refs/heads/samza-sql Commit: fbfee750e4e85cefa59efba24e5839facc67058a Parents: c84a0b5 Author: Yi Pan <[email protected]> Authored: Tue Nov 24 09:17:38 2015 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Tue Nov 24 09:17:38 2015 -0800 ---------------------------------------------------------------------- samza-test/src/main/config/negate-number.properties | 1 + .../src/main/config/perf/kafka-read-write-performance.properties | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/fbfee750/samza-test/src/main/config/negate-number.properties ---------------------------------------------------------------------- diff --git a/samza-test/src/main/config/negate-number.properties b/samza-test/src/main/config/negate-number.properties index 26fa1e3..01b7f7e 100644 --- a/samza-test/src/main/config/negate-number.properties +++ b/samza-test/src/main/config/negate-number.properties @@ -40,4 +40,5 @@ systems.kafka.consumer.zookeeper.connect=localhost:2181/ systems.kafka.producer.bootstrap.servers=localhost:9092 #Coordinator replication factor +job.coordinator.system=kafka job.coordinator.replication.factor=1 http://git-wip-us.apache.org/repos/asf/samza/blob/fbfee750/samza-test/src/main/config/perf/kafka-read-write-performance.properties ---------------------------------------------------------------------- diff --git a/samza-test/src/main/config/perf/kafka-read-write-performance.properties b/samza-test/src/main/config/perf/kafka-read-write-performance.properties index 112caba..f5ca601 100644 --- a/samza-test/src/main/config/perf/kafka-read-write-performance.properties +++ b/samza-test/src/main/config/perf/kafka-read-write-performance.properties @@ -35,4 +35,5 @@ systems.kafka.consumer.zookeeper.connect=localhost:2181/ systems.kafka.producer.bootstrap.servers=localhost:9092 #Coordinator replication factor +job.coordinator.system=kafka job.coordinator.replication.factor=1
