Re: How to fix documents?

2018-06-20 Thread Hu Hailin
Hi, Got it. And my change has been accepted. Thank you. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

.NET - Complex LINQ queries support

2018-06-20 Thread Roman Guseinov
Hi Team, Is there any plan to support LINQ queries like: var result = cache.AsCacheQueryable .Where(entry => !entry.Value.Dirty.HasValue) .GroupBy(entry => entry.Value.ContractId) .Select(group => group.OrderByDescending(entry => entry.Value.Version).First().Key) .ToList(); It looks

[GitHub] ignite pull request #4233: Revert 1 master

2018-06-20 Thread kcmvp
GitHub user kcmvp opened a pull request: https://github.com/apache/ignite/pull/4233 Revert 1 master You can merge this pull request into a Git repository by running: $ git pull https://github.com/kcmvp/ignite revert-1-master Alternatively you can review and apply these

[GitHub] ignite pull request #4233: Revert 1 master

2018-06-20 Thread kcmvp
Github user kcmvp closed the pull request at: https://github.com/apache/ignite/pull/4233 ---

[jira] [Created] (IGNITE-8841) MVCC TX: Read transactions remap when coordinator fails.

2018-06-20 Thread Roman Kondakov (JIRA)
Roman Kondakov created IGNITE-8841: -- Summary: MVCC TX: Read transactions remap when coordinator fails. Key: IGNITE-8841 URL: https://issues.apache.org/jira/browse/IGNITE-8841 Project: Ignite

Re: Contribuition request: Random Forest

2018-06-20 Thread Denis Magda
Hello Alexey and welcome! Added you to JIRA. Look forward to your contributions! Feel free to ask any questions. -- Denis On Wed, Jun 20, 2018 at 8:23 AM aplatonov wrote: > Hello, my name is Alexey Platonov. My Jira-id = aplatonov. > I want to work on task IGNITE-8840. So please give me

Re: How to fix documents?

2018-06-20 Thread Denis Magda
Hi, It makes sense to create a ticket for significant improvements or if you just don't want to submit edits on your own but spotted an issue. If you have time to improve the doc, you can submit your edits via readme.io. We receive notifications for every submission. Is there a chance we've

[GitHub] ignite pull request #4228: IGNITE-8838: Fixed issue with two inserts without...

2018-06-20 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/4228 ---

Enabling Persistent Memory for Ignite

2018-06-20 Thread Mammo, Mulugeta
Hi, We have shared an experimental patch that optionally enables a 3DXPoint (aka Intel Optane DC Persistent Memory) persistent store for Ignite. The work is still in progress we welcome your code review and feedback. The patch is based on a Low Level Persistent Library (LLPL) we released

Re: IEP-22: Direct Data Load proposal

2018-06-20 Thread Andrey Kuznetsov
Vladimir, Great IEP, but I couldn't comprehend the beginning of the "Direct Data Load" paragraph. Maybe, there are some typos? ср, 20 июн. 2018 г. в 18:08, Vladimir Ozerov : > Igniters, > > Initial data load is one of the most important use cases for our product. > This is one the first things

Contribuition request: Random Forest

2018-06-20 Thread aplatonov
Hello, my name is Alexey Platonov. My Jira-id = aplatonov. I want to work on task IGNITE-8840. So please give me permissions for task assignment. Thanks. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-8840) Random Forest

2018-06-20 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-8840: -- Summary: Random Forest Key: IGNITE-8840 URL: https://issues.apache.org/jira/browse/IGNITE-8840 Project: Ignite Issue Type: New Feature Components: ml

Re: IEP-22: Direct Data Load proposal

2018-06-20 Thread Nikolay Izhikov
Hello, Vladimir. Does this IEP fit with IEP-18: TDE? Do we allow to user to load data into encrypted cache? В Ср, 20/06/2018 в 18:08 +0300, Vladimir Ozerov пишет: > Igniters, > > Initial data load is one of the most important use cases for our product. > This is one the first things user try

IEP-22: Direct Data Load proposal

2018-06-20 Thread Vladimir Ozerov
Igniters, Initial data load is one of the most important use cases for our product. This is one the first things user try to do with Ignite. And if it takes too much time, it is very likely that user will look for other solutions. We did good progress in this area recently. Specifically - a set

[GitHub] ignite pull request #4232: IGNITE-8809: First steps.

2018-06-20 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/4232 IGNITE-8809: First steps. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8809 Alternatively you can review

[GitHub] ignite pull request #4200: IGNITE-8749: Exception for "no space left" situat...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4200 ---

[GitHub] ignite pull request #4231: IGNITE-4380

2018-06-20 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4231 IGNITE-4380 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-4380 Alternatively you can review and apply these changes as

[GitHub] ignite pull request #4230: IGNTIE-8792: Introduction of TensorFlow integrati...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4230 ---

[GitHub] ignite pull request #4230: IGNTIE-8792: Introduction of TensorFlow integrati...

2018-06-20 Thread ybabak
GitHub user ybabak opened a pull request: https://github.com/apache/ignite/pull/4230 IGNTIE-8792: Introduction of TensorFlow integration module module added to root pom You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #4229: IGNITE-8797 cleanPersistenceDir() before stopAllG...

2018-06-20 Thread alex-plekhanov
GitHub user alex-plekhanov opened a pull request: https://github.com/apache/ignite/pull/4229 IGNITE-8797 cleanPersistenceDir() before stopAllGrids() You can merge this pull request into a Git repository by running: $ git pull https://github.com/alex-plekhanov/ignite

[jira] [Created] (IGNITE-8839) Throw meaningful and user-friendly exception when Ignite Persistence files are unaccessible

2018-06-20 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-8839: Summary: Throw meaningful and user-friendly exception when Ignite Persistence files are unaccessible Key: IGNITE-8839 URL: https://issues.apache.org/jira/browse/IGNITE-8839

[GitHub] ignite pull request #4228: IGNITE-8838: Fixed issue with two inserts without...

2018-06-20 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/4228 IGNITE-8838: Fixed issue with two inserts without closing cursor. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[jira] [Created] (IGNITE-8838) Query cursor is open after INSERT call

2018-06-20 Thread Pavel Vinokurov (JIRA)
Pavel Vinokurov created IGNITE-8838: --- Summary: Query cursor is open after INSERT call Key: IGNITE-8838 URL: https://issues.apache.org/jira/browse/IGNITE-8838 Project: Ignite Issue Type: