Ahh..Thanks for the response. Yeah, in looking closely I got the same impression and was trying to run the code removing the Arguments.
In any case my application needs to query data that was stored in cache using sql. What will be a good starting point to look at some sample code? I downloaded ignite-examples from githud and started looking into those. Also in going through the docs there was a mention that h2 console can be used to query objects in cache. Not able to find much documentation around how to bring up h2 console. Any pointers will be much appreciated. Thanks, Murthy. On Fri, Mar 25, 2016 at 4:19 PM, vkulichenko <[email protected]> wrote: > Hi Murthy, > > The error fails because the argument is set, but the query doesn't expect > any. Actually, the Query class was created only for testing purposes and > apparently was broken at some point. This project is created to run all the > queries from Zeppelin to demonstrate its integration with Ignite. > > 'null' is the valid name for a cache. In case of SQL it's treated as the > default schema and is used in the demo for simplicity. > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Help-with-Ignite-Zeppelin-Demo-tp3681p3684.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
