[jira] [Commented] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-07-05 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5576:


Github user isapego closed the pull request at:

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


> CPP: Implement Compute::Run() for Ignite C++
> 
>
> Key: IGNITE-5576
> URL: https://issues.apache.org/jira/browse/IGNITE-5576
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Run}} and {{Compute::RunAsync}} for 
> Ignite C++



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-07-03 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn commented on IGNITE-5576:


[~isapego] looks good to me in general, see comment in Upsource.

> CPP: Implement Compute::Run() for Ignite C++
> 
>
> Key: IGNITE-5576
> URL: https://issues.apache.org/jira/browse/IGNITE-5576
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Run}} and {{Compute::RunAsync}} for 
> Ignite C++



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-07-03 Thread Igor Sapego (JIRA)

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

Igor Sapego commented on IGNITE-5576:
-

[~ptupitsyn], Can you take a look?

> CPP: Implement Compute::Run() for Ignite C++
> 
>
> Key: IGNITE-5576
> URL: https://issues.apache.org/jira/browse/IGNITE-5576
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Run}} and {{Compute::RunAsync}} for 
> Ignite C++



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-06-29 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5576:


GitHub user isapego opened a pull request:

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

IGNITE-5576: Implemented Compute::Broadcast for C++



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

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

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

https://github.com/apache/ignite/pull/2218.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 #2218


commit e7311199eebbe9133f7d3cebe6f6f2a38bd67762
Author: Igor Sapego 
Date:   2017-06-22T16:13:19Z

IGNITE-5576: Added Compute::Run()

commit b6c16a5170e0f50c49096f8ba6b0e7cc33312eaa
Author: Igor Sapego 
Date:   2017-06-22T16:57:12Z

IGNITE-5576: Added tests. Fixed bug

commit 2618d312008d3961323b4b788667548c0f2b1223
Author: Igor Sapego 
Date:   2017-06-23T17:14:03Z

IGNITE-5576: Fixed config

commit efb53f9105154a32c287c02ba39c3a270ee3d2c2
Author: Igor Sapego 
Date:   2017-06-23T17:28:15Z

IGNITE-5576: Edited documentation

commit 561519af001b93ae195330fa8e2c2ab4db3046b3
Author: Igor Sapego 
Date:   2017-06-27T12:02:02Z

IGNITE-5582: Refactoring

commit b16fb1c3e522835e4286cdb5b0378f9329276df0
Author: Igor Sapego 
Date:   2017-06-28T16:31:23Z

IGNITE-5582: Added MultipleJobComputeTaskHolder

commit d505d10206dcc2ce752b72179efce6e6794270d3
Author: Igor Sapego 
Date:   2017-06-29T12:55:33Z

IGNITE-5582: Added tests and fixed issues.

commit ab2a6aae554a1be0a7feade1916fea16091daccd
Author: Igor Sapego 
Date:   2017-06-29T13:13:46Z

IGNITE-5582: Added Error tests

commit e9c298085374611f40cfe5aa92a470f34d04ddc3
Author: Igor Sapego 
Date:   2017-06-29T13:20:11Z

IGNITE-5582: Added tests




> CPP: Implement Compute::Run() for Ignite C++
> 
>
> Key: IGNITE-5576
> URL: https://issues.apache.org/jira/browse/IGNITE-5576
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Run}} and {{Compute::RunAsync}} for 
> Ignite C++



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-5576) CPP: Implement Compute::Run() for Ignite C++

2017-06-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5576:


GitHub user isapego opened a pull request:

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

IGNITE-5576: Added Compute::Run() for C++



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

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

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

https://github.com/apache/ignite/pull/2187.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 #2187


commit e7311199eebbe9133f7d3cebe6f6f2a38bd67762
Author: Igor Sapego 
Date:   2017-06-22T16:13:19Z

IGNITE-5576: Added Compute::Run()

commit b6c16a5170e0f50c49096f8ba6b0e7cc33312eaa
Author: Igor Sapego 
Date:   2017-06-22T16:57:12Z

IGNITE-5576: Added tests. Fixed bug

commit 2618d312008d3961323b4b788667548c0f2b1223
Author: Igor Sapego 
Date:   2017-06-23T17:14:03Z

IGNITE-5576: Fixed config

commit efb53f9105154a32c287c02ba39c3a270ee3d2c2
Author: Igor Sapego 
Date:   2017-06-23T17:28:15Z

IGNITE-5576: Edited documentation




> CPP: Implement Compute::Run() for Ignite C++
> 
>
> Key: IGNITE-5576
> URL: https://issues.apache.org/jira/browse/IGNITE-5576
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 2.0
>Reporter: Igor Sapego
>Assignee: Igor Sapego
>  Labels: cpp
> Fix For: 2.1
>
>
> Need to implement method {{Compute::Run}} and {{Compute::RunAsync}} for 
> Ignite C++



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)