Re: code sample for cluster configuration

2018-02-07 Thread Rajesh Kishore
Thanks Pavel, I am aware about this code. I am able to establish a cluster as well. I have following requirement: >From my application - I want to retrieve/insert records on different cluster server. My application code is single instance , my application code should be unaware from which ignite

Re: code sample for cluster configuration

2018-02-07 Thread Vinokurov Pavel
Hi Rajesh, There is a good sample with enabled persistance - https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/persistentstore/PersistentStoreExample.java Also documentation about Ignite persistance presented in

continuous query - changes from local server only

2018-02-07 Thread Som Som
hi. I have a cache with cachemode = partitioned and 2 server nodes that share parts of the cache data according to the affinity function. Then I run the client node on one of the computers where the server node is located. How to configure a continuous query on the client node to receive events

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-07 Thread jackson.dickson
Thanks Andrew for your response. As per this documentation ( https://docs.confluent.io/3.0.0/kafka/sasl.html#sasl-configuration-for-kafka-clients ), SASL auth is supported only for new Kafka consumers. The

code sample for cluster configuration

2018-02-07 Thread Rajesh Kishore
Hi, I want to try a two node setup for Ignite cluster with native file based persistence enabled . Any samples, or pointer ? -Rajesh

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-07 Thread Andrey Mashenkov
Hi Jackson, Ignite supports kafka-0.10.0.1 version. Kafka official docs has support some kerberos options [1]. So, it should be possible to enable Kerberos with certain options in ConsumerConfig. [1] https://kafka.apache.org/0100/documentation.html#brokerconfigs On Wed, Feb 7, 2018 at 7:49 AM,

Re: Text Query question

2018-02-07 Thread Jet.Yuen
Hi dkarachentsev, Thanks for your answer! hmm, so I need to put data again after restart. Regards, jet -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Text Query question

2018-02-07 Thread dkarachentsev
Hi Jet, Full text search creates Lucene in-memory indexes and after restart they are not available, so you cannot use it with persistence. @QuerySqlField enables DB indexes that are able to work with persisted data, and probably no way to rebuild them for now. Thanks! -Dmitry -- Sent from: