Re: moving to geronimo JCache jar

2017-01-24 Thread Alexander Fedotov
Hi, I don't think that we need to do something special, since the license link currently points at the location of the updated license. From my understanding, it should work out of thin air. Regards, Alexander 25 янв. 2017 г. 7:24 AM пользователь "Dmitriy Setrakyan" < dsetrak...@apache.org> напи

Re: Google Summer of Code 2017: applications

2017-01-24 Thread Shashank Gandham
Task: Native client for Python Related Experience: I have a bit of experience with swig and I am well aversed with SQL concepts. I am also experienced in C++/Python Motivation: Contribute to the open source community and also get an hands on experience working on such huge codebase, following p

Re: moving to geronimo JCache jar

2017-01-24 Thread Dmitriy Setrakyan
Awesome, you are right. I just checked and the license is indeed Apache 2.0. Is there anything we need to do at all right now? On Tue, Jan 24, 2017 at 8:17 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > This change was incorporated in this ticket: https://issues.apache. > org/j

Re: moving to geronimo JCache jar

2017-01-24 Thread Valentin Kulichenko
This change was incorporated in this ticket: https://issues.apache. org/jira/browse/IGNITE-3793. We can't do it before 2.0 for compatibility reasons. However, my point is that they changed the license to Apache 2.0, so I'm not sure that licensing issue still exists. -Val On Tue, Jan 24, 2017 at

Re: Regarding gsoc 2017

2017-01-24 Thread Prakhar Pratyush
Hello Denis, Yesterday, we talked about generating Python APIs from Ignite's C++ APIs using SWIG. Could you point me to code base (Ignite's C++ API) so that I could start working. (particularly need suggestion regarding which API to start with) Thanks On Tue, Jan 24, 2017 at 5:57 PM, Igor Sapeg

Re: Google Summer of Code 2017: applications

2017-01-24 Thread Prakhar Pratyush
Hello, I had earlier expressed my interest to participate in gsoc 2017 in machine learning domain. Fortunately, there is one project "Machine Learning Grid" in ML too. But, I was wondering what set of skills and programming languages will be required to take on the project.(particularly concerned

[jira] [Created] (IGNITE-4610) Please add explicity recomendation to check "ignite-rest-http" is present in "libs" folder

2017-01-24 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-4610: -- Summary: Please add explicity recomendation to check "ignite-rest-http" is present in "libs" folder Key: IGNITE-4610 URL: https://issues.apache.org/jira/browse/IGNITE-

Re: moving to geronimo JCache jar

2017-01-24 Thread Dmitriy Setrakyan
Any reason why we need to wait for 2.0? Sorry if this has already been discussed. On Tue, Jan 24, 2017 at 7:02 PM, Denis Magda wrote: > Yes, we planned to do that in 2.0. Val, the ticket is closed > https://issues.apache.org/jira/browse/IGNITE-2949 < > https://issues.apache.org/jira/browse/IGNIT

Re: moving to geronimo JCache jar

2017-01-24 Thread Denis Magda
Yes, we planned to do that in 2.0. Val, the ticket is closed https://issues.apache.org/jira/browse/IGNITE-2949 Do we need to reopen it making sure that geronimo jar is added to 2.0? — Denis > On Jan 24, 2017, at 6:36 PM, Dmitriy Setrakyan wro

Re: Google Summer Of Code 2017

2017-01-24 Thread Denis Magda
I’ve prepared the Apache Ignite application. These are the tasks: https://goo.gl/4SpTzK The mentors are: - Nikita Ivanov (machine learning). - Valentin Kulichenko (Spark Data Frames). - Dmitriy Setrakyan (Node.JS Client). - Denis Magda (Python and R Clients). Val, please share your BIO. I’ll add

Re: GSOC 2017

2017-01-24 Thread Shashank Gandham
Sure, Once I go through all the related documentation of Ignite. I will get down to work, that should around a week. > On 25-Jan-2017, at 2:07 AM, Denis Magda wrote: > > I’ve prepared tickets for Python and R clients that presently describes > initial job that needs to be done. > https://issue

Google Summer of Code 2017: applications

2017-01-24 Thread Denis Magda
The thread is intended for those who is planning to apply for GSOC 2017 being in charge of an Apache Ignite task. An applicant needs to provide the following information. Name. Task of interest taken from here: https://goo.gl/4SpTzK Related experience. What’s your goal an

Re: moving to geronimo JCache jar

2017-01-24 Thread Dmitriy Setrakyan
We absolutely need to upgrade to the geronimo jcache library in the next release. On Tue, Jan 24, 2017 at 3:45 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Guys, > > I noticed that the JCache license was updated to Apache 2.0 several months > ago [1]. However, there was no re

about lucene version dependent on ignite-indexing module

2017-01-24 Thread 李玉珏
Community, Ignite's ignite-indexing module relies on the lucene, the current version is dependent on 3.5.0, this version is too old, I would like to ask, can the version of the lucene upgrade to 6.x? Lucene is not compatible with the large version, but the coordinates of the maven is the sam

Re: IGNITE-1943 ignitevisorcmd: wrong behavior for "mclear" command

2017-01-24 Thread Saikat Maitra
Thank you so much Andrey !!! Regards, Saikat On Tue, Jan 24, 2017 at 2:34 AM, Andrey Novikov wrote: > Hi Saikat! > > I’ve just reviewed and merged your pull request. > > Thank you for your contribution! > > > On Tue, Oct 25, 2016 at 11:02 PM, Saikat Maitra > wrote: > >> Thank you Andrey. >> >>

Re: moving to geronimo JCache jar

2017-01-24 Thread Valentin Kulichenko
Guys, I noticed that the JCache license was updated to Apache 2.0 several months ago [1]. However, there was no release with the new license and 1.0.0 still has the old license name in the POM file [2] (the link is pointing to the new one though). Is this enough from legal standpoint? Do we still

Re: Write IgniteUuid with BinaryMarshaller

2017-01-24 Thread Dmitriy Setrakyan
Why not add IgniteUuid to BinaryContext.BINARYLIZABLE_SYS_CLSS? On Tue, Jan 24, 2017 at 10:55 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > I actually think that both UUID and IgniteUuid should be plain serializable > classes, I don't see any reason for special processing for

Re: Abandon of the non-throwing version of C++ client API

2017-01-24 Thread Denis Magda
Thanks for the explanation. Support your intention than, let’s make the exceptions-based approach default one and leave an ability to fallback to error-codes if required. — Denis > On Jan 24, 2017, at 3:01 AM, Igor Sapego wrote: > > I've read through the old discussion. It seems that I was no

Re: Hello

2017-01-24 Thread Denis Magda
Hi Aleksey, Welcome to the Ignite community! Subscribe to both dev and user lists: https://ignite.apache.org/community/resources.html#mail-lists Get familiar with Ignite development process described here: https://cwiki.apache.org/confluence/display/IGNITE/Development+Process Instructions on ho

Re: GSOC 2017

2017-01-24 Thread Denis Magda
I’ve prepared tickets for Python and R clients that presently describes initial job that needs to be done. https://issues.apache.org/jira/browse/IGNITE-4600 https://issues.apache.org/jira/browse/IGNITE-4605

Hello

2017-01-24 Thread ALEKSEY KUZNETSOV
Hello. Im new to Ignite -- *С уважением,* *Кузнецов Алексей* ЗАО «Сбербанк-Технологии» Тел. 789-12-074

[jira] [Created] (IGNITE-4609) R: basic SQL Grid API

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4609: --- Summary: R: basic SQL Grid API Key: IGNITE-4609 URL: https://issues.apache.org/jira/browse/IGNITE-4609 Project: Ignite Issue Type: Sub-task Reporte

[jira] [Created] (IGNITE-4608) R: basic Data Grid API

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4608: --- Summary: R: basic Data Grid API Key: IGNITE-4608 URL: https://issues.apache.org/jira/browse/IGNITE-4608 Project: Ignite Issue Type: Sub-task Report

[jira] [Created] (IGNITE-4607) R: support binary format

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4607: --- Summary: R: support binary format Key: IGNITE-4607 URL: https://issues.apache.org/jira/browse/IGNITE-4607 Project: Ignite Issue Type: Sub-task Repo

[jira] [Created] (IGNITE-4606) R: module and build scripts

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4606: --- Summary: R: module and build scripts Key: IGNITE-4606 URL: https://issues.apache.org/jira/browse/IGNITE-4606 Project: Ignite Issue Type: Sub-task R

[jira] [Created] (IGNITE-4605) Apache Ignite R Client

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4605: --- Summary: Apache Ignite R Client Key: IGNITE-4605 URL: https://issues.apache.org/jira/browse/IGNITE-4605 Project: Ignite Issue Type: Task Reporter:

[jira] [Created] (IGNITE-4604) Python: basic SQL Grid API

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4604: --- Summary: Python: basic SQL Grid API Key: IGNITE-4604 URL: https://issues.apache.org/jira/browse/IGNITE-4604 Project: Ignite Issue Type: Sub-task Re

[jira] [Created] (IGNITE-4603) Python: basic Data Grid API

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4603: --- Summary: Python: basic Data Grid API Key: IGNITE-4603 URL: https://issues.apache.org/jira/browse/IGNITE-4603 Project: Ignite Issue Type: Sub-task R

[jira] [Created] (IGNITE-4602) Python: module and build scripts

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4602: --- Summary: Python: module and build scripts Key: IGNITE-4602 URL: https://issues.apache.org/jira/browse/IGNITE-4602 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-4601) Python: support binary format

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4601: --- Summary: Python: support binary format Key: IGNITE-4601 URL: https://issues.apache.org/jira/browse/IGNITE-4601 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-4600) Apache Ignite Python Client

2017-01-24 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4600: --- Summary: Apache Ignite Python Client Key: IGNITE-4600 URL: https://issues.apache.org/jira/browse/IGNITE-4600 Project: Ignite Issue Type: Task Repo

Re: GSOC 2017

2017-01-24 Thread Nikita Ivanov
Native Python client would be awesome as it would be very useful for future Python DSL for IgniteML. -- Nikita Ivanov On Tue, Jan 24, 2017 at 8:20 AM, Shashank Gandham wrote: > I am planning to participate in GSOC 2017 and while going through > > http://apache-ignite-developers.2346864.n4.nabb

Re: Apache Ignite SEO Audit

2017-01-24 Thread Denis Magda
Mauricio, I’ve replaced the file and completed the verification using igniteapa...@gmail.com . Please use this account going forward. You should have access to it. — Denis > On Jan 23, 2017, at 4:03 PM, Prachi Garg wrote: > > Dmitriy, > > I don't have admin r

Re: Write IgniteUuid with BinaryMarshaller

2017-01-24 Thread Valentin Kulichenko
I actually think that both UUID and IgniteUuid should be plain serializable classes, I don't see any reason for special processing for them. Currently we have the following: - UUID is Serializable, but we have special serialization logic for it internally in the marshaller. - IgniteUuid

Write IgniteUuid with BinaryMarshaller

2017-01-24 Thread Pavel Tupitsyn
Igniters, Currently IgniteUuid is written with OptimizedMarshaller (it is not included in BinaryContext.BINARYLIZABLE_SYS_CLSS). This prevents it from being read on other platforms (.NET, C++). Is there any reason for this? Can we fix this in 2.0? Thanks, Pavel

GSOC 2017

2017-01-24 Thread Shashank Gandham
I am planning to participate in GSOC 2017 and while going through http://apache-ignite-developers.2346864.n4.nabble.com/Google-Summer-Of-Code-2017-td13180.html I found Ignite misses a native python client. I would like to work on it. SWIG or Ctypes can be used to access shared libraries. So righ

Re: Unused variables in code

2017-01-24 Thread Alexey Kuznetsov
I think it is better to have such issue in JIRA "Minor code cleanup": 1) Cleanup unused imports. 2) Rename e -> ignored 3) Remove unused variables 4)... 5) PROFIT :) On Tue, Jan 24, 2017 at 9:46 PM, Александр Меньшиков wrote: > Hello, everyone! > > I found some unused variables in code. For exa

Unused variables in code

2017-01-24 Thread Александр Меньшиков
Hello, everyone! I found some unused variables in code. For example: Unnecessary argument in method MiniFuture#onResult(ClusterTopologyCheckedException e) in inner class of GridDhtLockFuture. There isn't another onResult() method (in super class including) with another behavior. So argument can

[GitHub] ignite pull request #1457: IGNITE-4598

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1457 --- 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 ena

[GitHub] ignite pull request #1459: Ignite 4537 Update Notifier must not transfer sys...

2017-01-24 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/1459 Ignite 4537 Update Notifier must not transfer system properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ig

[GitHub] ignite pull request #1458: Ignite 4537 - Update Notifier must not transfer s...

2017-01-24 Thread dkarachentsev
Github user dkarachentsev closed the pull request at: https://github.com/apache/ignite/pull/1458 --- 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

[GitHub] ignite pull request #1458: Ignite 4537 - Update Notifier must not transfer s...

2017-01-24 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/1458 Ignite 4537 - Update Notifier must not transfer system properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #1457: IGNITE-4598

2017-01-24 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/1457 IGNITE-4598 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4598 Alternatively you can review and apply these

IGNITE-4364: DML: AssertionError: Row@ ... null 5 -> mapcol_asc_idx

2017-01-24 Thread Александр Меньшиков
Hello, Sergey and other. I followed the instruction in issue description and I didn't get AssertionError, but got exception looks like in issue in "Caused by" part. I attached exception part of my logs in JIRA like file "Ubuntu_OpenJDK_1.8.111.txt" (name is my configuration).

[GitHub] ignite pull request #1375: IGNITE-4457 Define cache plugin API in .NET

2017-01-24 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/1375 --- 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: Regarding gsoc 2017

2017-01-24 Thread Igor Sapego
Denis, I don't think there are a lot of tasks for beginners in C++, but here is the one I can think of: https://issues.apache.org/jira/browse/IGNITE-4597 By the way, if you want to get list of C++ tickets better use the following filter: https://issues.apache.org/jira/issues/?jql=project%20%3D%2

[GitHub] ignite pull request #1456: IGNITE-4592 .NET: Fix binary enum serialization

2017-01-24 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/1456 --- 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: Abandon of the non-throwing version of C++ client API

2017-01-24 Thread Pavel Tupitsyn
+1 for ditching non-throwing methods. On Tue, Jan 24, 2017 at 2:01 PM, Igor Sapego wrote: > I've read through the old discussion. It seems that I was not yet > a part of the community back there thats why I could not find it. > > Denis, error code approach is more a C way, not C++. In most > cas

[GitHub] ignite pull request #1456: IGNITE-4592 .NET: Fix binary enum serialization

2017-01-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1456 IGNITE-4592 .NET: Fix binary enum serialization You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-4592 Alternatively y

Re: Abandon of the non-throwing version of C++ client API

2017-01-24 Thread Igor Sapego
I've read through the old discussion. It seems that I was not yet a part of the community back there thats why I could not find it. Denis, error code approach is more a C way, not C++. In most cases C++ developers avoid exceptions in embedded development, in legacy applications where it is hard to

Re: IGNITE-1943 ignitevisorcmd: wrong behavior for "mclear" command

2017-01-24 Thread Andrey Novikov
Hi Saikat! I’ve just reviewed and merged your pull request. Thank you for your contribution! On Tue, Oct 25, 2016 at 11:02 PM, Saikat Maitra wrote: > Thank you Andrey. > > Regards > Saikat > > On Tue, Oct 25, 2016 at 4:20 PM, Andrey Novikov > wrote: > > > Hi, Saikat > > > > I reviewed your p

[GitHub] ignite pull request #1179: IGNITE-1943 ignitevisorcmd: wrong behavior for "m...

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1179 --- 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 ena