[ 
https://issues.apache.org/jira/browse/IGNITE-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996385#comment-15996385
 ] 

ASF GitHub Bot commented on IGNITE-5128:
----------------------------------------

GitHub user tledkov-gridgain opened a pull request:

    https://github.com/apache/ignite/pull/1905

    IGNITE-5128  Support queries for GridClientData

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-5128

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

    https://github.com/apache/ignite/pull/1905.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 #1905
    
----
commit 67d0f08a0ff26d59cc6ef8ed57efd0b682779f78
Author: tledkov-gridgain <[email protected]>
Date:   2017-05-03T10:52:17Z

    IGNITE-5128: Support queries for GridClientData based on rest protocol

commit 2d1dd52f291e8471cd6f194ef76a3130c72d57cb
Author: tledkov-gridgain <[email protected]>
Date:   2017-05-04T08:54:14Z

    Merge branch '_master' into ignite-5128

----


> Support queries for GridClientData
> ----------------------------------
>
>                 Key: IGNITE-5128
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5128
>             Project: Ignite
>          Issue Type: Task
>          Components: clients, jdbc-driver
>    Affects Versions: 1.9
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>             Fix For: 2.1
>
>
> Now a query is executed via client compute API. Creates the  task, task 
> creates a job, job executes SQL query then results are reduced by task and 
> sent to a client as a task results.
> Implementation plan:
> * Add the method {{ClientCursor GridClientData.query(String, Object.. args)}};
> * Add the client messages to execute query and results paging to the 
> {{org.apache.ignite.internal.processors.rest.client.message}};
> * Implement query protocol at the {{GridClientNioTcpConnection}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to