RE: SQL Error: Failed to query Ignite

2018-01-15 Thread Thomas Isaksen
ag 15. januar 2018 16.44 To: user@ignite.apache.org Subject: RE: SQL Error: Failed to query Ignite Hi, > Now my question is simply, why the star? What does it do? "*" means that it is a cache template :) > I now have two "identical" caches Hmm, I cannot reproduce that beh

RE: SQL Error: Failed to query Ignite

2018-01-15 Thread slava.koptilin
Hi, > Now my question is simply, why the star? What does it do? "*" means that it is a cache template :) > I now have two "identical" caches Hmm, I cannot reproduce that behavior. Please share your Ignite configuration. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: SQL Error: Failed to query Ignite

2018-01-15 Thread Thomas Isaksen
| max: 0| +---+ -Original Message- From: Thomas Isaksen [mailto:thomas.isak...@sysco.no] Sent: mandag 15. januar 2018 12.19 To: user@ignite.apache.org Subject: RE: SQL Error: Failed to query I

RE: SQL Error: Failed to query Ignite

2018-01-15 Thread Thomas Isaksen
: Failed to query Ignite Hi Thomas, Please try to configure your template in the following way: **" /> In that case, you should be able to create a table via thin driver: CREATE TABLE TOKEN

Re: SQL Error: Failed to query Ignite

2018-01-15 Thread slava.koptilin
Hi Thomas, Please try to configure your template in the following way: **" /> In that case, you should be able to create a table via thin driver: CREATE TABLE TOKEN(id LONG, token VARCHAR, PRIMARY KEY

SQL Error: Failed to query Ignite

2018-01-15 Thread Thomas Isaksen
ic-2.3.0-bin\config\gatekeeper-token-config.xml (I can connect to jdbc:ignite:thin://127.0.0.1 but then I'll just be connected to ignite-sys-cache - seemingly.) I get a connection but once I try to create a table I get: SQL Error: Failed to query Ignite. Failed to query Ignite. Ouch!