[GitHub] samza pull request #490: SAMZA-1689: Add validations before state transition...

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/490 ---

[GitHub] samza pull request #492: SAMZA-1691: Support get iterable from KeyValueStore

2018-04-27 Thread xinyuiscool
GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/492 SAMZA-1691: Support get iterable from KeyValueStore Right now for KeyValueStore we have a range query to return an iterator. For usage in BEAM, we need a iterable which will 1) create the snapsho

[GitHub] samza pull request #486: SAMZA-1582 : removed the yajl-ruby dependency for s...

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/486 ---

[GitHub] samza pull request #491: Samza-1563: Make RocksDB store base directory confi...

2018-04-27 Thread bharathkk
GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/491 Samza-1563: Make RocksDB store base directory configurable @xinyuiscool ^^ You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza samza

[GitHub] samza pull request #489: SAMZA-1688 use per partition eventhubs client

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/489 ---

[GitHub] samza pull request #490: SAMZA-1689: Add validations before state transition...

2018-04-27 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/490 SAMZA-1689: Add validations before state transitions in ZkBarrierForVersionUpgrade. Prevent invalid state updations on barrier. * Introduced a additional barrier state NEW. * Add state val