Re: Sql Query using Map as value for cache

2016-01-22 Thread Denis Magda
Hi, I'll highly discourage you doing this. I didn't check but probably you won't get any runtime exception if to mark such a value as an index but no magic will happen. Maps should be compared using equals() method implementation and sorted (maps instances) according to compareTo() method.

Re: Apache ignite mesos tried to connect tiny.cc for self updating

2016-01-22 Thread Nikolay Tikhonov
Hi, Yunfeng! Yes, it's right way to deploy ignite over mesos. I'm sorry but I don't see any workaround in your case. I've created ticket https://issues.apache.org/jira/browse/IGNITE-2435 and hope that fix will be avalible in the nearest release. On Thu, Jan 21, 2016 at 10:27 PM, Yunfeng wrote:

Re: Affinity Key??

2016-01-22 Thread Artem Shutak
Hi, Ravi, Please, refer to the Affinity documentation: - https://apacheignite.readme.io/docs/affinity-collocation - https://apacheignite.readme.io/docs/cache-modes Thanks, Artem. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-tp2669p2670.html Sen

Affinity Key??

2016-01-22 Thread Ravi
what is affinity in practical terms. and affinity is predefined term or we need to make affinity function? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-tp2669.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Sql Query using Map as value for cache

2016-01-22 Thread Andrey Nestrogaev
Hi! Testing Ignite 1.5.0. Can we use Query, QueryIndexes over caches where values is a Map.class subclasses? Or its possible only for POJO as a value? Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668.html Se