Re: How to avoid the event lost in the continuous query

2016-09-27 Thread ght230
This example combines the code for remotefilter and locallistener. Can you tell me how to run this example in detail? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-avoid-the-event-lost-in-the-continuous-query-tp7904p7985.html Sent from the Apache Ignite

Re: Configuring ignite distributed hibernate cache

2016-09-27 Thread Denis Magda
Val, Can we add this workaround to our documentation by creating an “attention” block? The block can be removed once the issue is fixed for binary marshaller. — Denis > On Sep 27, 2016, at 3:35 PM, vkulichenko > wrote: > > BTW, as a workaround you can try switching to OptimizedMarshaller. Ad

Re: Configuring ignite distributed hibernate cache

2016-09-27 Thread Himetic
Excellent, that did the trick! Thanks a lot for the help. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7975p7982.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to avoid the event lost in the continuous query

2016-09-27 Thread vkulichenko
Remote filter is on server nodes, local listener is on the client. Here is an example: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheContinuousQueryExample.java -Val -- View this message in context: http://apache-ignite-users.70518

Re: Ignite zeppelin jdbc connection

2016-09-27 Thread vkulichenko
Hi, What query are you executing? This should happen only if you do 'select *', because this includes special pre-defined _key and _val fields that represent whole key and value objects. If you specify the list of fields, you should not get the exception. -Val -- View this message in context:

Re: Embedded Vs Client & Server Mode

2016-09-27 Thread vkulichenko
Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to user-subscr...@ignite.apache.org and follow simple instructions in the reply. Bhavna Balani wrote > Currently we have embedded Ignite into

Re: Getting a cluster-configured JCache CacheManager instance

2016-09-27 Thread vkulichenko
Hi Josh, Ignite uses Spring for configuration, so you can utilize Spring property placeholder.You can find a nice example here: https://www.mkyong.com/spring/spring-propertyplaceholderconfigurer-example/ You can also use one of the shared IP finders provided by Ignite. Shared here means that each

Re: Configuring ignite distributed hibernate cache

2016-09-27 Thread vkulichenko
BTW, as a workaround you can try switching to OptimizedMarshaller. Add this to your Ignite config: Let me know if it works. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7975p7977.html Sent from th

Re: Configuring ignite distributed hibernate cache

2016-09-27 Thread vkulichenko
Hi, Most likely this is caused by this issue: https://issues.apache.org/jira/browse/IGNITE-3429. Hopefully, someone in the community will pick it up and fix. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7

Configuring ignite distributed hibernate cache

2016-09-27 Thread Himetic
I'm using the hibernate caching ignite provides (as documented here: https://apacheignite.readme.io/docs/hibernate-l2-cache) and having some difficulty getting the caching to work in a distributed manner. It works fine when the object is cached locally, and it seems to be aware of the other machin

Re: No cache SQL queries possible with Default Serializer set to BinaryReflectiveSerializer

2016-09-27 Thread Alexander Paschenko
Alexey, Long time no see! :) 2016-08-24 12:03 GMT+03:00 exones : > Pavel, > > Now it's absolutely clear, thank you very much. Looking forward to this > feature

Getting a cluster-configured JCache CacheManager instance

2016-09-27 Thread Josh Cummings
I would like to get an instance of a JCache CacheManager that is configured to point at a remote Ignite cluster. I understand that I can provide a location to a spring configuration file with the correct discovery strategy, etc.; however, it appears that in that strategy I must supply an IP addres

Re: How to avoid the event lost in the continuous query

2016-09-27 Thread Vladislav Pyatkov
Hi, Local listener need to present on side, where the CC will be invoked, and remote listener need to be on all server nodes. On Tue, Sep 27, 2016 at 9:59 AM, ght230 wrote: > How to deployment ContinuousQuery? > > Does remoteFilter deploy on Server side and localListener deploy on Client > side

Re: Ignite zeppelin jdbc connection

2016-09-27 Thread vdpyatkov
Hi, As I know you can configure CacheJdbcPojoStore in order to pairs of various object save to different tables. But in the case types of key must be different. All nodes of cluster need to have value classes on classpath or to configure About loading data from persistent store you can look

Re: Loading data into cache timing issue?

2016-09-27 Thread Alexey Kuznetsov
Ravi, Could you give more details? What version of Ignite? What cache store you are using? You grid and cache configuration. How many nodes in your grid. It is possible to prepare reproducer? P.S. 170 rows in 10 minutes looks weird for me. On Tue, Sep 27, 2016 at 5:33 PM, Ravi Puri wrote: > Ho

Loading data into cache timing issue?

2016-09-27 Thread Ravi Puri
How to manage time issue when loading data using loadCache() method. It takes 10 mins to load 170 number of data's. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Loading-data-into-cache-timing-issue-tp7965.html Sent from the Apache Ignite Users mailing list arc

Re: Hive on Ignited- Yarn

2016-09-27 Thread Vladimir Ozerov
Hi, First of all we need to ensure that Ignite is really used in your case. Please advise which Hadoop deployment you use and where mapred-site.xml and core-site.xml files you mentioned are located? Vladimir. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hive

Re: Is ignite installation required on all nodes of hadoop cluster

2016-09-27 Thread Vladimir Ozerov
Hi, Could you please provide more information on your use case? By default we recommend to have a single Ignite node started on every HDFS data node so that we can take advantage of data locality and minimize network traffic. But this is not strict requirement and final cluster deployment may va

Re: Is ignite supported on Mapr File system (mfs)

2016-09-27 Thread Vladimir Ozerov
Hi, MapR support will be available in Apache Ignite 1.8. Vladimir. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-ignite-supported-on-Mapr-File-system-mfs-tp7914p7962.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.