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 > > > > > http://www.springf

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 using spring xm

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 recored

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: http:/

Re: 3rd party persistence with Hive

2018-07-12 Thread Павлухин Иван
FileSystem > implementation of IGFS. The intent of using 3rd party persistence with > Hive > instead of IGFS is to avoid tightly coupling Ignite with our Hadoop > environment. > > It appears to me that the SQL being generated by Ignite to communicate with > Hive via the driver i

3rd party persistence with Hive

2018-07-12 Thread engrdean
3rd party persistence? Just to be clear, I am not trying to implement the IgniteHadoopFileSystem implementation of IGFS. The intent of using 3rd party persistence with Hive instead of IGFS is to avoid tightly coupling Ignite with our Hadoop environment. It appears to me that the SQL being generated