[jira] [Created] (IGNITE-3316) Web console: we need to add 'milliseconds' to all appropriate field's tooltip

2016-06-14 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-3316: -- Summary: Web console: we need to add 'milliseconds' to all appropriate field's tooltip Key: IGNITE-3316 URL: https://issues.apache.org/jira/browse/IGNITE-3316

[jira] [Created] (IGNITE-3315) CPP: Add documentation for ContinuousQuery API

2016-06-14 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3315: --- Summary: CPP: Add documentation for ContinuousQuery API Key: IGNITE-3315 URL: https://issues.apache.org/jira/browse/IGNITE-3315 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-3314) Implement Serializable in org.apache.ignite.cache.store.cassandra.datasource.DataSource

2016-06-14 Thread Igor Rudyak (JIRA)
Igor Rudyak created IGNITE-3314: --- Summary: Implement Serializable in org.apache.ignite.cache.store.cassandra.datasource.DataSource Key: IGNITE-3314 URL: https://issues.apache.org/jira/browse/IGNITE-3314

[jira] [Created] (IGNITE-3313) Make table name optional in Cassandra persistence descriptor

2016-06-14 Thread Igor Rudyak (JIRA)
Igor Rudyak created IGNITE-3313: --- Summary: Make table name optional in Cassandra persistence descriptor Key: IGNITE-3313 URL: https://issues.apache.org/jira/browse/IGNITE-3313 Project: Ignite

[jira] [Created] (IGNITE-3312) [Test] HadoopMapReduceEmbeddedSelfTest.testMultiReducerWholeMapReduceExecution flakily fails.

2016-06-14 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-3312: --- Summary: [Test] HadoopMapReduceEmbeddedSelfTest.testMultiReducerWholeMapReduceExecution flakily fails. Key: IGNITE-3312 URL:

Re: Migration from json-lib 2.4 to Jackson

2016-06-14 Thread Konstantin Boudnik
On Thu, Jun 09, 2016 at 04:37PM, Alexey Kuznetsov wrote: > And one more question: ignite-zookeeper module has 2 dependencies to > Jackson 1.9.13. > It is possible to replace them to Jackson 2.x dependencies? That's the huge problem the whole Hadoop ecosystem faces: every project is using

[GitHub] ignite pull request #802: ignite-2680

2016-06-14 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request: https://github.com/apache/ignite/pull/802 ignite-2680 Terminating running SQL queries. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ascherbakoff/ignite ignite-2680 Alternatively

[jira] [Created] (IGNITE-3311) .NET: Include configuration schema in NuGet package

2016-06-14 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3311: -- Summary: .NET: Include configuration schema in NuGet package Key: IGNITE-3311 URL: https://issues.apache.org/jira/browse/IGNITE-3311 Project: Ignite

[GitHub] ignite pull request #801: ignite-3209 Waiting for affinity topology in case ...

2016-06-14 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/801 ignite-3209 Waiting for affinity topology in case of failover for affinity call You can merge this pull request into a Git repository by running: $ git pull

IgniteRDD.keepBinary()

2016-06-14 Thread Valentin Kulichenko
Folks, I added the IgniteRDD.keepBinary() method, as described in [1]. Changes are committed to branch ignite-3215. Alexey Goncharuk, since you were implementing IgniteRDD, can you please take a look and check if everything is fine? [1] https://issues.apache.org/jira/browse/IGNITE-3215 -Val

[GitHub] ignite pull request #800: IGNITE-1443: Implemented ContinuousQuery.

2016-06-14 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/800 IGNITE-1443: Implemented ContinuousQuery. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-1443 Alternatively you can

[GitHub] ignite pull request #799: When multiple addresses resolve to same name, TcpD...

2016-06-14 Thread krosenvold
GitHub user krosenvold opened a pull request: https://github.com/apache/ignite/pull/799 When multiple addresses resolve to same name, TcpDiscoverySharedFsIpFinder fails on unregister On my mac, I will have an address that reads /ip:port as well as ip:port. These will resolve

[jira] [Created] (IGNITE-3310) Need to document Visor scripting capabilities

2016-06-14 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-3310: --- Summary: Need to document Visor scripting capabilities Key: IGNITE-3310 URL: https://issues.apache.org/jira/browse/IGNITE-3310 Project: Ignite

[jira] [Created] (IGNITE-3309) Web console: incorrect validator

2016-06-14 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-3309: -- Summary: Web console: incorrect validator Key: IGNITE-3309 URL: https://issues.apache.org/jira/browse/IGNITE-3309 Project: Ignite Issue Type:

[GitHub] ignite pull request #798: Ignite 3226

2016-06-14 Thread vldpyatkov
GitHub user vldpyatkov opened a pull request: https://github.com/apache/ignite/pull/798 Ignite 3226 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vldpyatkov/ignite ignite-3226 Alternatively you can review and apply these

[GitHub] ignite pull request #776: IGNITE-2616

2016-06-14 Thread vldpyatkov
Github user vldpyatkov closed the pull request at: https://github.com/apache/ignite/pull/776 --- 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: IgniteRDD type mapping

2016-06-14 Thread Taras Ledkov
Alexey, According to the Spark type mapping StructType is mapped to the org.apache.spark.sql.Row class. Please take a look at the Spark docs (https://spark.apache.org/docs/1.3.0/sql-programming-guide.html#data-types) or at the source code:

[GitHub] ignite pull request #797: gridgain-7.5.26

2016-06-14 Thread sboikov
GitHub user sboikov opened a pull request: https://github.com/apache/ignite/pull/797 gridgain-7.5.26 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite gridgain-7.5.26 Alternatively you can review and apply

[jira] [Created] (IGNITE-3308) IGFS: Introduce separate processor for "move" operation when parent is the same for source and destination.

2016-06-14 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3308: --- Summary: IGFS: Introduce separate processor for "move" operation when parent is the same for source and destination. Key: IGNITE-3308 URL: