[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

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

[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:

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

[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:

[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

[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-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:

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",

[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:

[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

[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

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

[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

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

[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: 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

[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

[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

[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

[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

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

[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