Hi gene, You just need to create the template in Ignite before it: https://apacheignite.readme.io/v2.1/docs/distributed-ddl#section-extended-parameters
The template should be registered as the common cache, but with symbol '*' in its name. If you are not able to create it from java API or xml config file, you can use one of the default templates, for example: TEMPLATE=PARTITIONED or TEMPLATE=REPLICATED If you still can't use templates. please share what you've already tried. Evgenii 2018-01-15 19:27 GMT+03:00 gene <[email protected]>: > Hello, I'm having difficulties setting the default template while using > the > DDL create table. I've tried multiple ways, however I don't believe I have > the register cache template part down. While trying to create any Table w/ > DDL using template=<my template name> I get a cache not found error. > > please advise. > > -gene > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
