[GitHub] samza pull request #333: SAMZA-1466: Flaky test: TestRocksDbKeyValueStore su...

2017-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/333 SAMZA-1466: Flaky test: TestRocksDbKeyValueStore suite Test failures happen intermittently because: 1. RocksDB throws an exception if open is called on a store that's already open. 2. A new

[GitHub] samza pull request #332: Minor fixes to KeyValueStore and RocksDBKeyValueSto...

2017-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/332 Minor fixes to KeyValueStore and RocksDBKeyValueStore 1. Replaced extension class in KeyValueStore with default methods. 2. Fixed formatting in RocksDBKeyValueStore#openDB. 3. Now logs origin

[GitHub] samza pull request #331: SAMZA-1465: Performance regression for KafkaCheckpo...

2017-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/331 ---

[GitHub] samza pull request #330: Disable info in checkpoint logging

2017-10-18 Thread sborya
Github user sborya closed the pull request at: https://github.com/apache/samza/pull/330 ---

Re: Samza Standalone from multiple machines

2017-10-18 Thread Jake Maes
Hey Giridhar, Boris would have more knowledge on this, but I'll offer a couple pointers: Running the "Hello Samza" application on multiple hosts should just be a matter of changing the "job.coordinator.zk.connect" property in the config

Samza Standalone from multiple machines

2017-10-18 Thread Giridhar Addepalli
Hi, i am new to Samza. We are evaluating using Samza in Standalone mode. Was able to run "Hello Samza" using Zookeeper Deployment Model , on single machine http://samza.apache.org/learn/tutorials/latest/hello-samza-high-level-zk.html We are wondering how to run Samza Job using Zookeeper Deploym