[jira] [Created] (IGNITE-1997) "Query entities can be set only once." error on node start

2015-11-24 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1997: -- Summary: "Query entities can be set only once." error on node start Key: IGNITE-1997 URL: https://issues.apache.org/jira/browse/IGNITE-1997 Project:

OSGi integration ready for review

2015-11-24 Thread Raul Kripalani
Hello all, The initial OSGi integration is ready for review in branch ignite-1270. Features included: * OSGi manifest for most modules. I could OSGi-fy 22 modules. Some are left out due to complexity or not supporting OSGi: hadoop, mesos, cloud, gce, yarn, etc. * Karaf features repository with 1

Re: Ignite-1.5 Release

2015-11-24 Thread Dmitriy Setrakyan
On Tue, Nov 24, 2015 at 11:16 PM, Raul Kripalani wrote: > On Tue, Nov 24, 2015 at 9:32 AM, Dmitriy Setrakyan > wrote: > > > At the risk of sounding pedantic, I think this link is best included as > > part of some other OSGI documentation page (no?): > >

Re: Ignite-1.5 Release

2015-11-24 Thread Raul Kripalani
HI Romain, On Tue, Nov 24, 2015 at 4:14 PM, Romain Gilles wrote: > I have some comments for your pull request, one or two points. How does it > works do you plan to create a pull request? > I personally don't create pull requests as I am a committer. The code is in the

Re: Ignite-1.5 Release

2015-11-24 Thread Raul Kripalani
On Tue, Nov 24, 2015 at 9:32 AM, Dmitriy Setrakyan wrote: > At the risk of sounding pedantic, I think this link is best included as > part of some other OSGI documentation page (no?): > https://dash.readme.io/project/apacheignite/v1.5/docs/introduction > The page

[jira] [Created] (IGNITE-1998) Platforms: create separate portable reader.

2015-11-24 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1998: --- Summary: Platforms: create separate portable reader. Key: IGNITE-1998 URL: https://issues.apache.org/jira/browse/IGNITE-1998 Project: Ignite Issue

Re: Ignite-1.5 Release

2015-11-24 Thread Romain Gilles
Hi Raul and Igniters, I have some comments for your pull request, one or two points. How does it works do you plan to create a pull request? How can I comment if no, through the mailing list? Does this branch is planed to be merge for the 1.5? Thanks in advance. Romain. Le mar. 24 nov. 2015 à

[GitHub] ignite pull request: IGNITE-1985 .Net: Multithreaded tests fail

2015-11-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/257 IGNITE-1985 .Net: Multithreaded tests fail You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1985 Alternatively you

[GitHub] ignite pull request: IGNITE-1983 .Net: Continuous query tests fail

2015-11-24 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/255 --- 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

[GitHub] ignite pull request: IGNITE-1858 .Net: Update project settings to ...

2015-11-24 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/203 --- 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

[GitHub] ignite pull request: IGNITE-1586: Added IsValid() method to Ignite...

2015-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/118 --- 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

[GitHub] ignite pull request: IGNITE-1460: "const" qualifiers fixed

2015-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/121 --- 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

[GitHub] ignite pull request: IGNITE-1580: const qualifiers removed for boo...

2015-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/116 --- 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

[GitHub] ignite pull request: IGNITE-1588: Fix for the IgniteJvmOption clas...

2015-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/117 --- 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

Re: Ignite-1.5 Release

2015-11-24 Thread Dmitriy Setrakyan
Hi Raul, Thanks for taking on OSGI integration. I have reviewed the documentation and it looks good. At the risk of sounding pedantic, I think this link is best included as part of some other OSGI documentation page (no?): https://dash.readme.io/project/apacheignite/v1.5/docs/introduction

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Sergey Kozlov
Hi Alexey Have you tried to build Apache Ignite with suggested changes? On Tue, Nov 24, 2015 at 12:53 PM, Alexey Kuznetsov wrote: > Hi! > > How about to update dependencies? > > scala to 2.11.7 and spark to 1.5.2 > > Any objections? > > If no I will create issue and

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov
Yes, I successfully build it locally,but not run tests on TC. On Tue, Nov 24, 2015 at 4:56 PM, Sergey Kozlov wrote: > Hi Alexey > > Have you tried to build Apache Ignite with suggested changes? > > On Tue, Nov 24, 2015 at 12:53 PM, Alexey Kuznetsov < >

Re: @QuerySqlField is incompatible in ignite 1.5 with 1.4 when set on method

2015-11-24 Thread Roman Shtykh
+1 for adding support, particularly because in Scala we don't necessarily have get... and set... (an underscore can be used for that). Roman On Tuesday, November 24, 2015 5:39 PM, Alexey Kuznetsov wrote: Igniters, I have such class in ignite-1.4 class Test(

[jira] [Created] (IGNITE-1989) Update scala to 2.11 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1989: Summary: Update scala to 2.11 and spark to 1.5.2 Key: IGNITE-1989 URL: https://issues.apache.org/jira/browse/IGNITE-1989 Project: Ignite Issue Type:

Re: Check Ignite code base with Findbugs.

2015-11-24 Thread Alexey Kuznetsov
Ok, I will fix trivial issues and prepare report for most suspicious code. On Tue, Nov 24, 2015 at 4:34 PM, Yakov Zhdanov wrote: > Alex, if you have already run this test, can you please share the report > or, even more, fix vivid trivial issues right away and let us

[GitHub] ignite pull request: IGNITE-1800: Deleted MBeanServerResource anno...

2015-11-24 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/260 IGNITE-1800: Deleted MBeanServerResource annotation You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-1800 Alternatively

[jira] [Created] (IGNITE-1990) Optimized marshaller failed with java.lang.UnsupportedOperationException: java.math.BigDecimal in case of java client

2015-11-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1990: Summary: Optimized marshaller failed with java.lang.UnsupportedOperationException: java.math.BigDecimal in case of java client Key: IGNITE-1990 URL:

Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Alexey Kuznetsov
Hi! How about to update dependencies? scala to 2.11.7 and spark to 1.5.2 Any objections? If no I will create issue and update. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: @QuerySqlField is incompatible in ignite 1.5 with 1.4 when set on method

2015-11-24 Thread Alexey Kuznetsov
Thanks, Alex. Could you tell at what branch you will add this? Will you create an issue that I could track? On Tue, Nov 24, 2015 at 8:59 PM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > I will add the check for non-get-named method if there are no objections, I > see no reason for

[GitHub] ignite pull request: ignite-1992 CacheStopAndDestroySelfTest.testL...

2015-11-24 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/261 ignite-1992 CacheStopAndDestroySelfTest.testLocalClose test fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite

[jira] [Created] (IGNITE-1991) CacheClientBinaryPutGetExample fails with remote node, started from command line

2015-11-24 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-1991: -- Summary: CacheClientBinaryPutGetExample fails with remote node, started from command line Key: IGNITE-1991 URL: https://issues.apache.org/jira/browse/IGNITE-1991

Re: @QuerySqlField is incompatible in ignite 1.5 with 1.4 when set on method

2015-11-24 Thread Alexey Goncharuk
I will add the check for non-get-named method if there are no objections, I see no reason for not having it. 2015-11-24 13:25 GMT+03:00 Roman Shtykh : > +1 for adding support, particularly because in Scala we don't necessarily > have get... and set... (an underscore

[jira] [Created] (IGNITE-1994) .Net: CrossPlatformExample looks unnecessary

2015-11-24 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-1994: -- Summary: .Net: CrossPlatformExample looks unnecessary Key: IGNITE-1994 URL: https://issues.apache.org/jira/browse/IGNITE-1994 Project: Ignite

[jira] [Created] (IGNITE-1993) JDBC discovery uses non-standard SQL when creating table (not compatible with Oracle)

2015-11-24 Thread Nigel Westbury (JIRA)
Nigel Westbury created IGNITE-1993: -- Summary: JDBC discovery uses non-standard SQL when creating table (not compatible with Oracle) Key: IGNITE-1993 URL: https://issues.apache.org/jira/browse/IGNITE-1993