Re: [VOTE] SEP-11: Host affinity in standalone.

2018-04-05 Thread xinyu liu
+1 (binding). Look forward to the implementation.

Xinyu

On Wed, Apr 4, 2018 at 2:43 PM, Yi Pan  wrote:

> +1 (binding). Thanks for the revisions!
>
> -Yi
>
> On Wed, Apr 4, 2018 at 2:39 PM, santhosh venkat <
> santhoshvenkat1...@gmail.com> wrote:
>
> > Hi,
> >
> > This is a voting thread for SEP-11: Host affinity in standalone.
> >
> > For reference, here is the wiki link: https://cwiki.apache.org
> > /confluence/pages/viewpage.action?pageId=75957309
> >
> > Thanks.
> >
>


[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
should be able to allow Samza SQL users to write a query to do that. One
example is to insert into a database. The current code only supports
inserting into a stream. This change adds the initial support for table
insert operation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pdu-mn1/samza sql-insert-table

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/465.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #465


commit 3ea7f4f9e04c0c489c2e19dc8058c8a679b3518b
Author: Peng Du 
Date:   2018-03-07T17:03:02Z

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
should be able to allow Samza SQL users to write a query to do that. One
example is to insert into a database. The current code only supports
inserting into a stream. This change adds the initial support for table
insert operation.




---


[GitHub] samza pull request #464: SAMZA-1619: Samza-sql: Support serialization of nes...

2018-04-05 Thread atoomula
GitHub user atoomula opened a pull request:

https://github.com/apache/samza/pull/464

SAMZA-1619: Samza-sql: Support serialization of nested samza sql relational 
message

Added support for serialization of nested samza sql rel message and 
accordingly fixed the conversion of nested avro records to rel message. Please 
note that we still do not have support for the sql queries that point to fields 
in nested records (beyond the top level record).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/atoomula/samza serde

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/464.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #464


commit a7f61b77ea21d87a7c7202b0ab89cf4c859d7a56
Author: Aditya Toomula 
Date:   2018-04-05T14:39:12Z

SAMZA-1619: Samza-sql: Support serialization of nested samza sql relational 
message




---