Re: Couchbase as persistent store

2016-10-21 Thread kvipin
Igor, thanks a lot for confirming that everything is working fine from Apache-Ignite side. That helped me focus into my code only, which was really a problematic piece. The biggest problem was that I didn't have exception handling in my code hence I was not getting any clue. Once I added

Re: Couchbase as persistent store

2016-10-18 Thread kvipin
Hi Val, Please find the attached sample code tarball. apache-ignite-tester-cs-5.xz build: $ tar -xvf apache-ignite-tester-cs-5.xz $ cd apache-ignite-tester-cs-5 apache-ignite-tester-cs-5]$ ./configure

Re: Couchbase as persistent store

2016-10-13 Thread kvipin
any clue guys? thanks, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8267.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Couchbase as persistent store

2016-10-06 Thread kvipin
No Val, in fact it doesn't even seem to open the bucket/connection also. Following is the *output of server node:* $ ./nodemgr -c config/test-tool-server.xml log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment). log4j:WARN Please initialize the

Re: Couchbase as persistent store

2016-10-04 Thread kvipin
Val, I'm not getting any error or exception that's what makes it difficult to figure out whats going on. But I do see Apache Ignite opening couchbase bucket successfully, which is equivalent to connection establishment. But after that no activity server side and client side every thing seems to

Re: Couchbase as persistent store

2016-09-30 Thread kvipin
Guys, read-through is working fine for me but write-through is not working. I'm not getting error/exception either. Following is my configuration file and relevant code blocks, *Sever node configuration file:* $ cat test-tool-server.xml http://www.springframework.org/schema/beans;

Re: Couchbase as persistent store

2016-09-15 Thread kvipin
Thanks a ton Val, it solved my problem. regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p7762.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Couchbase as persistent store

2016-09-02 Thread kvipin
Hi folks, I want to integrated couchbase as persistent store with apache-ignite as per instructions given in http://apacheignite.gridgain.org/v1.6/docs/persistent-store. But I'm getting error while compiling my TestTableStore.java which extends CacheStoreAdapter. *Following is

Re: Stored Procedure

2016-08-09 Thread kvipin
Hi Val, thanks for the answer. It seems that OFFSET and LIMIT duo is more general and powerful than FIRST keyword alone. thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6873.html Sent from the Apache Ignite Users

Re: Stored Procedure

2016-08-08 Thread kvipin
Sorry folks, for incorrect statement "It seems sqlline can't be used until transactions are not supported." It does work with apache ignite for Select queries. Another question I would like to ask is whether "first" keyword is supported in apache ignite for sql select statements or not? e.g.

Re: Stored Procedure

2016-08-07 Thread kvipin
Hi Val, I added ignite-core.jar to classpath but it didn't work. So I combined both sqlline jar and ignite-core jar into one sqlline-1.1.10-SNAPSHOT-jar-with-ignitejdbcdriver.jar file. This time it did seem to work but landed into another error: Transactions not supported. # java -jar

Re: Stored Procedure

2016-08-03 Thread kvipin
Hi, does anyone knows about this issue? I re-subscribed to the apache ignite users mailing list. Hope now the emails are reaching to each recipient. thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6719.html Sent from