[GitHub] samza pull request #886: SAMZA-2074: Read configuration from coordinator str...

2019-01-16 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/886 SAMZA-2074: Read configuration from coordinator stream in checkpoint tool. Currently, each run of a `CheckpointTool` requires the `TaskModel` from the `JobModel` for updating the checkpoints.

[GitHub] samza pull request #885: Type system for Samza SQL and Support for types in ...

2019-01-16 Thread srinipunuru
GitHub user srinipunuru opened a pull request: https://github.com/apache/samza/pull/885 Type system for Samza SQL and Support for types in UDFS This checkin adds 1. Type system for Samza SQL. Previously Samza SQL was using Calcite's relational type system. We need an

[GitHub] samza pull request #884: SAMZA-2073: Do not commit the task offsets when shu...

2019-01-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/884 ---

Re: InMemorySystemDescriptor ignores serde

2019-01-16 Thread Sanil Jain
Hi Tom, InMemorySystem is a system that is supposed to only support NoOpSerde since all the associated steams for this system are maintained in memory. In addition to this, if your test is using the Samza's Test Framework, it will override any explicit serde configs specified for streams to NoOp.