[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at

Re: Check Ignite code base with Findbugs.

2015-11-25 Thread Konstantin Boudnik
On Tue, Nov 24, 2015 at 10:50AM, Alexey Kuznetsov wrote: > Igniters, > > I've installed FindBugs plugin for Idea and run it on ignite-core module. > > Well it found a lot... 1331 items... Better than 100500, eh? :) > Some of them are false-positive of course, but this plugin has quite handy >

Re: Igfs PURGE events: do we need them?

2015-11-25 Thread Konstantin Boudnik
On Wed, Nov 25, 2015 at 04:54PM, Ivan V. wrote: > Hi, Konstantin, > "TRASH" (the name comes from > org.apache.ignite.internal.processors.igfs.IgfsFileInfo#TRASH_ID Java > constant) notion is only applicable to primary (IGFS) file system. This is > a special "folder" that does not have file system

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Konstantin Boudnik
Did Spark do it again and bumped the SDK version inside of a subminor release? I guess it's time to simply get over the fact that some people just never learn ;( Cos On Tue, Nov 24, 2015 at 04:53PM, Alexey Kuznetsov wrote: > Hi! > > How about to update dependencies? > > scala to 2.11.7 and

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
Cos, not sure that I understand what do you mean... I looked into sparck pom.xml and see that they also use scala 2.11.7 and also in scala 2.11.7 release notes I see "A 300x more embeddable Scala REPL, brought to you by a team effort with Apache Spark. " Scala 2.11.7 is a bugfix update and I

Re: Check Ignite code base with Findbugs.

2015-11-25 Thread Alexey Kuznetsov
Cos, that was only ONE module checked :) And who knows what FindBugs will find when I start it over whole project. :) On Thu, Nov 26, 2015 at 9:31 AM, Konstantin Boudnik wrote: > On Tue, Nov 24, 2015 at 10:50AM, Alexey Kuznetsov wrote: > > Igniters, > > > > I've installed

Re: IGFS: properties to use for implicit mkdirs

2015-11-25 Thread Konstantin Boudnik
On Wed, Nov 25, 2015 at 09:26PM, Ivan V. wrote: > umask is 0002 on my Linux. (This is why the middle directories have 775 > permission in the above experiment. 022 would lead to 755.) Yeah, sorry - that's what I was going to say and the mixed up with my own ;) Looks like the proposed fix makes

[GitHub] ignite pull request: IGNITE-529: Fixed README

2015-11-25 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/265 IGNITE-529: Fixed README You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-529-readme Alternatively you can review and

Re: IGFS: properties to use for implicit mkdirs

2015-11-25 Thread Ivan V.
umask is 0002 on my Linux. (This is why the middle directories have 775 permission in the above experiment. 022 would lead to 755.) On Mon, Nov 23, 2015 at 10:48 PM, Konstantin Boudnik wrote: > May I ask what's is the output of umask command on your system? > > Cos > > P.S. I

EntryProcessor execution semantics

2015-11-25 Thread Andrey Kornev
Hello, I'd like to ask the community members to share their thoughts/opinions on the following subject. JCache provides a way to atomically execute one or more actions against a cache entry using the Entry Processor mechanism. The Cache interface exposes an invoke() method that takes a key of

[GitHub] ignite pull request: IGNITE-1936 implemented spa behavior to ignit...

2015-11-25 Thread Dmitriyff
GitHub user Dmitriyff opened a pull request: https://github.com/apache/ignite/pull/266 IGNITE-1936 implemented spa behavior to ignite console You can merge this pull request into a Git repository by running: $ git pull https://github.com/Dmitriyff/ignite ignite-1936

Optional modules without README and apache license

2015-11-25 Thread Vasilisa Sidorova
Dear Igniters, we have following optional modules without README.txt and apache-2.0.txt license files: README.txt is not found: ignite-jms11 ignite-kafka ignite-mqtt ignite-zookeeper apache-2.0.txt is not found: ignite-jms11 ignite-mqtt ignite-zookeeper I've filed the issue

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
Igniters, I've updated scala dependencies to latest stable one: scala to 2.11.7 and spark to 1.5.2 TeamCity and QA smoke test passed. I've merged changes to ignite-1.5. On Tue, Nov 24, 2015 at 6:06 PM, Alexey Kuznetsov wrote: > I created issue for that: >

[jira] [Created] (IGNITE-2001) Need to add cache name to the JdbcType bean

2015-11-25 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2001: -- Summary: Need to add cache name to the JdbcType bean Key: IGNITE-2001 URL: https://issues.apache.org/jira/browse/IGNITE-2001 Project: Ignite

[jira] [Created] (IGNITE-2000) .Net: MessagingExample get exception after second execution

2015-11-25 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2000: -- Summary: .Net: MessagingExample get exception after second execution Key: IGNITE-2000 URL: https://issues.apache.org/jira/browse/IGNITE-2000 Project:

[jira] [Created] (IGNITE-2002) .Net: Data streamer does not work with peerClassLoadingEnabled

2015-11-25 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2002: --- Summary: .Net: Data streamer does not work with peerClassLoadingEnabled Key: IGNITE-2002 URL: https://issues.apache.org/jira/browse/IGNITE-2002 Project: Ignite

[jira] [Created] (IGNITE-2003) Some optional modules don't have Apache licenses file and README.txt

2015-11-25 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2003: -- Summary: Some optional modules don't have Apache licenses file and README.txt Key: IGNITE-2003 URL: https://issues.apache.org/jira/browse/IGNITE-2003

[GitHub] ignite pull request: IGNITE-1355 Potential NPE in CacheAffinityPro...

2015-11-25 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/263 IGNITE-1355 Potential NPE in CacheAffinityProxy (throw Exception if cache doesn't exist) https://issues.apache.org/jira/browse/IGNITE-1355 (Potential NPE in CacheAffinityProxy) You can merge

Re: IGNITE-1355 Potential NPE in CacheAffinityProxy

2015-11-25 Thread Artem Shutak
Igniters, I've fixed the issue according to the last discussed approach [1]. I've faced with the following API issues: - IgniteCluster and Affinity interfaces have the same methods: mapKeysToNodes and mapKeyToNode, which use the same implementation. - The both methods in both interfaces say that