[jira] [Created] (IGNITE-2449) Project structure content is not equal the real content of zip file

2016-01-25 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2449: -- Summary: Project structure content is not equal the real content of zip file Key: IGNITE-2449 URL: https://issues.apache.org/jira/browse/IGNITE-2449 Proje

[GitHub] ignite pull request: Fixed ignite-2231

2016-01-25 Thread wmz7year
GitHub user wmz7year opened a pull request: https://github.com/apache/ignite/pull/425 Fixed ignite-2231 Remove check hasValueUnlocked when addEvent. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wmz7year/ignite ignite-22

[GitHub] ignite pull request: Ignite 2191 Not to merge

2016-01-25 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/424 Ignite 2191 Not to merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashutakGG/incubator-ignite ignite-2191-tmp2 Alternatively you can re

[GitHub] ignite pull request: Ignite disabled per-partition map

2016-01-25 Thread yzhdanov
GitHub user yzhdanov opened a pull request: https://github.com/apache/ignite/pull/423 Ignite disabled per-partition map You can merge this pull request into a Git repository by running: $ git pull https://github.com/yzhdanov/ignite ignite-disabled-perpartition-map Alternativ

[GitHub] ignite pull request: fixed https://issues.apache.org/jira/browse/I...

2016-01-25 Thread yzhdanov
GitHub user yzhdanov opened a pull request: https://github.com/apache/ignite/pull/422 fixed https://issues.apache.org/jira/browse/IGNITE-2329 + forceKeysFu… fixed https://issues.apache.org/jira/browse/IGNITE-2329 + forceKeysFu… You can merge this pull request into a Git reposito

Re: MyBatis and Apache Ignite integration

2016-01-25 Thread Dmitriy Setrakyan
I have also added this ticket to Ignite contribute page here: https://ignite.apache.org/community/contribute.html#pick-ticket On Mon, Jan 25, 2016 at 8:16 AM, Denis Magda wrote: > HI All, > > I've opened an Ignite ticket with tasks description [1] > > Is there anyone in Apache Ignite community w

Re: Ignite Readme.IO UX issue

2016-01-25 Thread Dmitriy Setrakyan
Hadoop/IGFS documentation is being refactored right now. Could be a side effect of what you were observing. Btw, everyone with login to readme can file a support issue. However, I would not do it yet, while Prachi is still working on refactoring. D. On Mon, Jan 25, 2016 at 6:51 AM, Alexey Kuznet

Re: Ignite SQL syntax: key fields, scalars, nested fields

2016-01-25 Thread Sergi Vladykin
See inline 2016-01-25 19:16 GMT+03:00 Pavel Tupitsyn : > Thank you Sergi, more questions: > > - How do I get the result of an aggregate? Via Fields query? Will it always > be a single value, or a value per node? > Yes, using fields query. Supported aggregates must work correctly across cluster.

Re: Ignite SQL syntax: key fields, scalars, nested fields

2016-01-25 Thread Pavel Tupitsyn
Thank you Sergi, more questions: - How do I get the result of an aggregate? Via Fields query? Will it always be a single value, or a value per node? - If field names are flattened, what are QueryEntity.aliases for? Javadoc talks about dot notation, I thought it is for nested fields. - What is the

Re: MyBatis and Apache Ignite integration

2016-01-25 Thread Denis Magda
HI All, I've opened an Ignite ticket with tasks description [1] Is there anyone in Apache Ignite community who is interested in this kind of work and will be able to complete it in the nearest couple of weeks? [1] https://issues.apache.org/jira/browse/IGNITE-2448 Regards, Denis On 1/23/2016

[jira] [Created] (IGNITE-2448) Ignite based second level cache for MyBatis

2016-01-25 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2448: --- Summary: Ignite based second level cache for MyBatis Key: IGNITE-2448 URL: https://issues.apache.org/jira/browse/IGNITE-2448 Project: Ignite Issue Type: New Fe

Re: Ignite SQL syntax: key fields, scalars, nested fields

2016-01-25 Thread Sergi Vladykin
- Yes, in SQL it is possible to query cache key and value using aliases _key and _val respectively. - Aggregate functions like SUM, AVG, MIN, MAX are supported. - Nested fields are supported and they are flattened, so name collisions are prohibited. Sergi 2016-01-25 15:26 GMT+03:00 Pavel Tupitsyn

Ignite Readme.IO UX issue

2016-01-25 Thread Alexey Kuznetsov
Hi! Does someone knows it is possible or not to "sync" left pane with documentation categories and right pane with content of some selected category? For example: https://apacheignite.readme.io/docs/igfs I see some IGFS documentation, but on the left pane I do not see selected category "IGFS", I

[jira] [Created] (IGNITE-2447) ODBC: Consistent naming of Java classes.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2447: --- Summary: ODBC: Consistent naming of Java classes. Key: IGNITE-2447 URL: https://issues.apache.org/jira/browse/IGNITE-2447 Project: Ignite Issue Type: S

[jira] [Created] (IGNITE-2446) ODBC: OdbcConfiguration must have "host" property.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2446: --- Summary: ODBC: OdbcConfiguration must have "host" property. Key: IGNITE-2446 URL: https://issues.apache.org/jira/browse/IGNITE-2446 Project: Ignite Iss

[jira] [Created] (IGNITE-2445) IgntieConfiguration.odbcConfiguration must have sensible JavaDocs.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2445: --- Summary: IgntieConfiguration.odbcConfiguration must have sensible JavaDocs. Key: IGNITE-2445 URL: https://issues.apache.org/jira/browse/IGNITE-2445 Project: Ign

Re: Binary ID mapper that uses a simple name of classes.

2016-01-25 Thread Alexey Goncharuk
Dmitriy, I did a code review of the PR with Artem and I think I understood the need for two mappers. First, name mapper is used to map platform (Java, .NET, C++) class name to a common platform-independent type name. This name is used in SQL table name and it is also passed to ID mapper. ID mapper

[jira] [Created] (IGNITE-2444) ODBC: odbc.sln references VS2014.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2444: --- Summary: ODBC: odbc.sln references VS2014. Key: IGNITE-2444 URL: https://issues.apache.org/jira/browse/IGNITE-2444 Project: Ignite Issue Type: Sub-task

Re: ignite cache process entry should inject source?

2016-01-25 Thread 姜 为
Hi Denis, I create example project https://github.com/wmz7year/ignite-example . Please see README file to run example. Wei Jiang > 在 2016年1月23日,上午2:40,Denis Magda 写道: > > Hi Wei Jiang, > > I would better review your current approa

[jira] [Created] (IGNITE-2443) ODBC: Ensure that versions of new CPP projects are updated correctly.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2443: --- Summary: ODBC: Ensure that versions of new CPP projects are updated correctly. Key: IGNITE-2443 URL: https://issues.apache.org/jira/browse/IGNITE-2443 Project:

[jira] [Created] (IGNITE-2442) ODBC: Is there any reason to have separate VS solution for ODBC?

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2442: --- Summary: ODBC: Is there any reason to have separate VS solution for ODBC? Key: IGNITE-2442 URL: https://issues.apache.org/jira/browse/IGNITE-2442 Project: Ignit

[jira] [Created] (IGNITE-2441) ODBC: binary.vcxproj has invalid build tools version.

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2441: --- Summary: ODBC: binary.vcxproj has invalid build tools version. Key: IGNITE-2441 URL: https://issues.apache.org/jira/browse/IGNITE-2441 Project: Ignite

[jira] [Created] (IGNITE-2440) [Test] [Rare] IgniteCacheAtomicQuerySelfTest.testExpiration

2016-01-25 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2440: --- Summary: [Test] [Rare] IgniteCacheAtomicQuerySelfTest.testExpiration Key: IGNITE-2440 URL: https://issues.apache.org/jira/browse/IGNITE-2440 Project: Ignite

Ignite SQL syntax: key fields, scalars, nested fields

2016-01-25 Thread Pavel Tupitsyn
Igniters, In relation to .NET LINQ task [1], I'd like to know as much as possible about Ignite-specific SQL syntax. Our docs [2] do not cover everything. * Is it possible to query cache keys? E.g. "key > 10", or "key.field = 1"? * Is it possible to query scalars, like "sum()"? * What about nested

Re: Marking fixed JIRAs against releases

2016-01-25 Thread Yakov Zhdanov
I did. --Yakov 2016-01-25 8:22 GMT+03:00 Konstantin Boudnik : > perhaps, someone with JIRA admin permissions need to rename the version > number > then to avoid the confusion? > > Cos > > On Fri, Jan 22, 2016 at 06:57PM, Dmitriy Setrakyan wrote: > > I would say 1.5.0.final (the beta did not incl

[GitHub] ignite pull request: IGNITE-2439: Remove NULL and from i...

2016-01-25 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/421 IGNITE-2439: Remove NULL and from interop_stream_position_guard.h …guard.h. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ign

[jira] [Created] (IGNITE-2439) Remove NULL and from interop_stream_position_guard.h

2016-01-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2439: --- Summary: Remove NULL and from interop_stream_position_guard.h Key: IGNITE-2439 URL: https://issues.apache.org/jira/browse/IGNITE-2439 Project: Ignite

[jira] [Created] (IGNITE-2438) IGFS: in dual modes file modification time should be propagated from the underlying Fs.

2016-01-25 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-2438: --- Summary: IGFS: in dual modes file modification time should be propagated from the underlying Fs. Key: IGNITE-2438 URL: https://issues.apache.org/jira/browse/IGNITE-2438

[GitHub] ignite pull request: IGNITE-2343: workable fix for the customer is...

2016-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/399 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Re: LINQ support in Ignite.NET via re-linq library

2016-01-25 Thread Pavel Tupitsyn
Val, ToQueryable comes from standard IQueryable/IEnumerable interfaces. IEnumerable is a very basic interface that all the collections implement (lists, arrays, etc). IQueryable implements IEnumerable, but adds Provider which evaluates the query. Our ICache is already IEnumerable (it delegates to