[GitHub] samza pull request #432: Initial implementation of remote table provider

2018-02-22 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/432 Initial implementation of remote table provider Please see commit messages for detailed descriptions. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #446: sql: initial insert support for table destination

2018-03-12 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/446 sql: initial insert support for table destination Table is another main type of IO abstraction in Samza which supports both read and write (optional). For the table that do support writes, we

[GitHub] samza pull request #465: sql: initial insert support for table destination

2018-04-05 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/465 sql: initial insert support for table destination Table is another main type of IO abstraction in Samza which supports both read and write (optional). For the tables that do support writes, we

[GitHub] samza pull request #524: table-api: Add caching support

2018-05-16 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/524 table-api: Add caching support This change adds caching support for Samza tables. This is especially useful for remote table where the accesses can have high latency for applications that can

[GitHub] samza pull request #524: SAMZA-1719: Add caching support to table-api

2018-05-23 Thread pdu-mn1
Github user pdu-mn1 closed the pull request at: https://github.com/apache/samza/pull/524 ---

[GitHub] samza pull request #531: SAMZA-1719: Add caching support to table-api

2018-05-23 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/531 SAMZA-1719: Add caching support to table-api This change adds caching support for Samza tables. This is especially useful for remote table where the accesses can have high latency for

[GitHub] samza pull request #593: SAMZA-1763: Add async methods to Table API

2018-07-31 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/593 SAMZA-1763: Add async methods to Table API Currently, Table API only has blocking/sync methods which limit the throughput of remote tables. This change adds async methods to the API to enable

[GitHub] samza pull request #608: SAMZA-1807 table-api: inline async helpers

2018-08-15 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/608 SAMZA-1807 table-api: inline async helpers Currently we have a set of helper methods, execute() for various table access methods. Some of them are only called by one place and some are called

[GitHub] samza pull request #618: SAMZA-1795 table: add common retry for IO functions

2018-08-30 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/618 SAMZA-1795 table: add common retry for IO functions Add common retry functionality to table IO functions for data stores that do not have native retry support. We use failsafe as the retry

[GitHub] samza pull request #650: docs: update contact and contributor corner

2018-09-20 Thread pdu-mn1
GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/650 docs: update contact and contributor corner Also: - added a new page for 'Samza Enhancement Proposal' (SEP). - removed mailing-list.md and design-documents.md - updated the l