Re: 3rd party persistence with hive not updating hive with all records/entries in ignite

2019-01-22 Thread Ilya Kasnacheev
Hello! Nothing obvious is wrong here. Can you please enable DEBUG logging for org.apache.ignite.cache.store.jdbc re-run your case and share the logs? Regards, -- Ilya Kasnacheev пн, 21 янв. 2019 г. в 18:04, shivakumar : > Hi here is my cache store configuration > > > > >

Re: 3rd party persistence with hive not updating hive with all records/entries in ignite

2019-01-21 Thread shivakumar
Hi here is my cache store configuration http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:util="http://www.springframework.org/schema/util; xsi:schemaLocation="http://www.springframework.org/schema/beans

Re: 3rd party persistence with hive not updating hive with all records/entries in ignite

2019-01-21 Thread Ilya Kasnacheev
Hello! What Cache Store implementation are you using, and which are its settings? Regards, -- Ilya Kasnacheev ср, 16 янв. 2019 г. в 21:43, shivakumar : > Hi > i am trying to use hive as 3rd party persistence store and enabled write > behind and i set these cache configurations usi

3rd party persistence with hive not updating hive with all records/entries in ignite

2019-01-16 Thread shivakumar
Hi i am trying to use hive as 3rd party persistence store and enabled write behind and i set these cache configurations using spring xml every 5000ms interval ignite updating only one

Re: 3rd party persistence with Hive

2018-07-13 Thread engrdean
Thanks Ivan for confirming my suspicions around the query support for Hive. I did attempt the SQLServerDialect as well but had the same results. I did get a success message for the load but no data was actually loaded into the cache so it appears that was a false positive. -- Sent from:

Re: 3rd party persistence with Hive

2018-07-13 Thread Павлухин Иван
module. Perhaps you can introduce and even contribute it. Do not hesitate to ask if something is not clear. 2018-07-13 0:31 GMT+03:00 engrdean : > I've been attempting to setup 3rd party persistence with a Hive database > but > I'm running into some issues. I used the Ignite web console to

3rd party persistence with Hive

2018-07-12 Thread engrdean
I've been attempting to setup 3rd party persistence with a Hive database but I'm running into some issues. I used the Ignite web console to generate code but when I try to initiate a cache load I receive the error below. Has anyone else been successful in using a Hive database with 3rd party