[jira] (SAMZA-1080) Standalone Samza with No Coordination

2017-01-30 Thread Navina Ramesh (JIRA)
Title: Message Title Navina Ramesh resolved as Fixed

[2/2] samza git commit: SAMZA-1080 : Initial Standalone JobCoordinator and StreamProcessor API

2017-01-30 Thread navina
SAMZA-1080 : Initial Standalone JobCoordinator and StreamProcessor API This patch contains changes associated with the Standalone StreamProcessor, where there is no coordination. This will work for load-balanced consumers like new Kafka consumer and statically partitioned cases. Additionally,

[1/2] samza git commit: SAMZA-1080 : Initial Standalone JobCoordinator and StreamProcessor API

2017-01-30 Thread navina
Repository: samza Updated Branches: refs/heads/master 154cda2c7 -> 2a3a5ac7f http://git-wip-us.apache.org/repos/asf/samza/blob/2a3a5ac7/samza-core/src/main/scala/org/apache/samza/coordinator/JobCoordinator.scala -- diff --git

[jira] (SAMZA-1080) Standalone Samza with No Coordination

2017-01-30 Thread Navina Ramesh (JIRA)
Title: Message Title Navina Ramesh updated an issue

samza git commit: SAMZA-1074; Fix builds for hello-samza on various CDH versions

2017-01-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master bf9bc2c37 -> 154cda2c7 SAMZA-1074; Fix builds for hello-samza on various CDH versions This issue is mainly related of hello-samza, but modification of document is needed to help user understand this process well. Author: Dongkyu Hwangbo

[jira] (SAMZA-1074) Cannot build hello-samza on various CDH version

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on SAMZA-1074

[jira] (SAMZA-1077) SamzaContainer should catch all Throwables instead of only exceptions

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish resolved as Fixed

[jira] (SAMZA-1079) HttpFileSystem should timeout for blocking reads when localizing containers.

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish commented on SAMZA-1079

samza git commit: SAMZA-1079: Add timeouts for reads from HttpFileSystem. Add tests.

2017-01-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 1c7e4d7aa -> bf9bc2c37 SAMZA-1079: Add timeouts for reads from HttpFileSystem. Add tests. * Wrote a unit/integration test to simulate a stuck connection when reading binaries for the job. Other misc. changes: - Moved some debug log

[jira] (SAMZA-984) Upgrade to RocksDB to 4.8.0

2017-01-30 Thread Prateek Maheshwari (JIRA)
Title: Message Title Prateek Maheshwari commented on SAMZA-984

[jira] (SAMZA-1077) SamzaContainer should catch all Throwables instead of only exceptions

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish assigned an issue to Jagadish

[jira] (SAMZA-1077) SamzaContainer should catch all Throwables instead of only exceptions

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish commented on SAMZA-1077

[jira] (SAMZA-984) Upgrade to RocksDB to 4.8.0

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish commented on SAMZA-984

[jira] (SAMZA-860) Expose RocksDB log options via Samza configuration

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on SAMZA-860

samza git commit: SAMZA-984; Upgraded RocksDB version to 5.0.1 and added configuration for managing RocksDB logging.

2017-01-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master c6c10d31e -> 1c7e4d7aa SAMZA-984; Upgraded RocksDB version to 5.0.1 and added configuration for managing RocksDB logging. Author: Prateek Maheshwari Reviewers: Jake Maes , Jagadish

[jira] (SAMZA-1077) SamzaContainer should catch all Throwables instead of only exceptions

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on SAMZA-1077

samza git commit: SAMZA-1077: SamzaContainer should catch all Throwables instead of only exceptions

2017-01-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 6dc33a850 -> c6c10d31e SAMZA-1077: SamzaContainer should catch all Throwables instead of only exceptions Author: vjagadish1989 Reviewers: Jake Maes Closes #30 from vjagadish1989/samza-1077

[3/3] samza git commit: Specification of various Window and Trigger APIs in Samza

2017-01-30 Thread jagadish
Specification of various Window and Trigger APIs in Samza - Defined APIs for specifying different types of windows - sessions, tumbling, global and keyed variants. - Defined APIs for specifying early and late triggers for a window. - Standardized all above Window types to be expressed as a

[2/3] samza git commit: Specification of various Window and Trigger APIs in Samza

2017-01-30 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/6dc33a85/samza-api/src/main/java/org/apache/samza/operators/windows/Windows.java -- diff --git a/samza-api/src/main/java/org/apache/samza/operators/windows/Windows.java

[jira] (SAMZA-1025) Documentation page for HDFS System Consumer feature

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish commented on SAMZA-1025

[jira] (SAMZA-1025) Documentation page for HDFS System Consumer feature

2017-01-30 Thread Jagadish (JIRA)
Title: Message Title Jagadish resolved as Fixed

samza git commit: SAMZA-1025: Documentation for HdfsSystemConsumer

2017-01-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master db8b228d9 -> f01b28628 SAMZA-1025: Documentation for HdfsSystemConsumer Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/f01b2862 Tree:

[jira] (SAMZA-1081) Update all existing SystemAdmins to implement the new createStream() method

2017-01-30 Thread Jake Maes (JIRA)
Title: Message Title Jake Maes created an issue