Re: Affinity

2017-01-02 Thread Nikolay Tikhonov
Anil, This SQL query will not work correctly due to IGNITE-3860. It contains subquery which will not distribute on all nodes and will execute locally. Please, see on limitations https://apacheignite.readme.io/v1.8/docs/dml#known-limitations Thanks, Nikolay On Mon, Jan 2, 2017 at 3:48 PM, Anil

Re: Cache Memory Behavior \ GridDhtLocalPartition

2016-12-02 Thread Nikolay Tikhonov
Hi Isaeed Mohanna, Could you please try to use ignite with the following JVM oprtion -DIGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE=100? For atomic caches Ignite does not remove entry from memory immediately to avoid some data consistency issue and this behaviour can to encrease memory consumption.

Re: secured mesos deployment

2016-10-12 Thread Nikolay Tikhonov
ame question for the > mesos role because I don't use *, problem is that ignite tries to request > resources with role *, which is forbiden... > Rgds > > 2016-10-11 15:12 GMT+02:00 Nikolay Tikhonov <ntikho...@gridgain.com>: > >> Hi Vincent, >> >> Ignite Mesos Framew

Re: secured mesos deployment

2016-10-11 Thread Nikolay Tikhonov
; deployment you wish to secure. >> >> Please provide more details and I hope Nikolay Tikhonov (copied) will be >> able to give a more precise answer. >> >> — >> Denis >> >> On Oct 10, 2016, at 12:29 AM, vincent gromakowski < >> vincent.gro

Re: Ignite for Spark on YARN Deployment

2016-06-10 Thread Nikolay Tikhonov
licationMaster >> onContainersCompleted >> INFO: Container completed. Container id: >> container_e24_1464374946035_29722_01_18. State: COMPLETE. >> Jun 09, 2016 10:48:31 AM org.apache.ignite.yarn.ApplicationMaster >> onContainersCompleted >> INFO: Container complete

Re: Ignite for Spark on YARN Deployment

2016-06-09 Thread Nikolay Tikhonov
You set wrong value to IGNITE_XML_CONFIG property. The property should contains path to ignite configuration file. For example IGNITE_XML_CONFIG=/u/hongmei/apache-ignite/config/default-config.xml I think you can comment this line in property file and ignite will start with default configuration.

Re: Issue of ignite run in docker

2016-05-30 Thread Nikolay Tikhonov
Hi Joe Chen, Could you please run ignite in verbose mode and share logs? In verbose mode Ignite prints useful information which should clarify your issue. ENTRYPOINT ["bin/ignite.sh -v"] Also you opened ports for Discovery, but need to open ports for Communication too. -p

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