[jira] [Commented] (IGNITE-4017) DML: Add Java Example
[ https://issues.apache.org/jira/browse/IGNITE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722161#comment-15722161 ] ASF GitHub Bot commented on IGNITE-4017: Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1293 > DML: Add Java Example > - > > Key: IGNITE-4017 > URL: https://issues.apache.org/jira/browse/IGNITE-4017 > Project: Ignite > Issue Type: Task > Components: SQL >Reporter: Denis Magda >Assignee: Vladimir Ozerov > Fix For: 1.8 > > > In Apache Ignite 1.8 the community is planning to release DML support. > To adopt DML usage we need to improve existed or add additional examples. > We need to add {{CacheDmlExample}} doing the following with DML's *GridGain > Java API*: > - fill up a cache using INSERT commands. > - execute SELECT statements. There are should be queries with joins. > - perform cache update using UPDATE and MERGE statements. > - execute SELECT statements. There are should be queries with joins. > - remove a part of the data from cache using DELETE command. > execute SELECTs again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-4017) DML: Add Java Example
[ https://issues.apache.org/jira/browse/IGNITE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701650#comment-15701650 ] ASF GitHub Bot commented on IGNITE-4017: GitHub user alexpaschenko opened a pull request: https://github.com/apache/ignite/pull/1293 IGNITE-4017 DML example. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4017 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1293.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 #1293 commit 62a9afe06ef2e6b2e65097c79c4ebc24a3c67166 Author: Alexander Paschenko Date: 2016-11-28T10:08:26Z IGNITE-4017 DML example. > DML: Add Java Example > - > > Key: IGNITE-4017 > URL: https://issues.apache.org/jira/browse/IGNITE-4017 > Project: Ignite > Issue Type: Task > Components: SQL >Reporter: Denis Magda >Assignee: Alexander Paschenko > Fix For: 1.8 > > > In Apache Ignite 1.8 the community is planning to release DML support. > To adopt DML usage we need to improve existed or add additional examples. > We need to add {{CacheDmlExample}} doing the following with DML's *GridGain > Java API*: > - fill up a cache using INSERT commands. > - execute SELECT statements. There are should be queries with joins. > - perform cache update using UPDATE and MERGE statements. > - execute SELECT statements. There are should be queries with joins. > - remove a part of the data from cache using DELETE command. > execute SELECTs again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-4017) DML: Add Java Example
[ https://issues.apache.org/jira/browse/IGNITE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15698995#comment-15698995 ] Denis Magda commented on IGNITE-4017: - [~al.psc], have we already added the example into 1.8 release? > DML: Add Java Example > - > > Key: IGNITE-4017 > URL: https://issues.apache.org/jira/browse/IGNITE-4017 > Project: Ignite > Issue Type: Task > Components: SQL >Reporter: Denis Magda >Assignee: Alexander Paschenko > Fix For: 1.8 > > > In Apache Ignite 1.8 the community is planning to release DML support. > To adopt DML usage we need to improve existed or add additional examples. > We need to add {{CacheDmlExample}} doing the following with DML's *GridGain > Java API*: > - fill up a cache using INSERT commands. > - execute SELECT statements. There are should be queries with joins. > - perform cache update using UPDATE and MERGE statements. > - execute SELECT statements. There are should be queries with joins. > - remove a part of the data from cache using DELETE command. > execute SELECTs again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-4017) DML: Add Java Example
[ https://issues.apache.org/jira/browse/IGNITE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15674065#comment-15674065 ] Denis Magda commented on IGNITE-4017: - [~al.psc], rather than creating a new example let's update the existing one {{CacheQueryExample}}. In that example you can replace all cache.put operations with INSERTS. - after querying data update some data using UPDATE and execute a SELECT making sure that the data has been updated. - do the same for DELETE. Talk to [~isapego] who updated the existing ODBC example in a similar way. > DML: Add Java Example > - > > Key: IGNITE-4017 > URL: https://issues.apache.org/jira/browse/IGNITE-4017 > Project: Ignite > Issue Type: Sub-task > Components: cache >Reporter: Denis Magda >Assignee: Alexander Paschenko >Priority: Critical > Fix For: 1.8 > > > In Apache Ignite 1.8 the community is planning to release DML support. > To adopt DML usage we need to improve existed or add additional examples. > We need to add {{CacheDmlExample}} doing the following with DML's *GridGain > Java API*: > - fill up a cache using INSERT commands. > - execute SELECT statements. There are should be queries with joins. > - perform cache update using UPDATE and MERGE statements. > - execute SELECT statements. There are should be queries with joins. > - remove a part of the data from cache using DELETE command. > execute SELECTs again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)