Re: Prefer ignite nodes on same Availability Zone

2017-10-07 Thread Pim D
Have a look at the clustergroup feature of Ignite. This feature can be used widely (computation, data). Also interesting: AffinityKey and AffinityKeyFunction. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Web Console login?

2017-10-07 Thread Pim D
Hi, Unfortunately, creating a new account does not seem to work with de Web Console provided in the Docker image by Apache. I get a connection refused on http://localhost/api/v1/user/ when filling the signup form (on http://locahost/). @ Apache documentation I could not find any information on the

Re: SqlQuery results missing

2017-10-07 Thread Pim D
Ok, I found the problem. CacheConfiguration.setIndexTypes(a1,a2,...) requires pairs of type key.class and value.class. I used String.class for key while I should have been using AffinityKey.class. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Why SQL_PUBLIC is appending to Cache name while using JDBC thin driver

2017-10-07 Thread austin solomon
Hi, I am using Ignite version 2.2.0, and I have created a table using IgniteJdbcThinDriver. When I checked the cache in Ignite Visor I'm seeing SQL_PUBLIC_{TABLE-NAME} is appended. Is their a way to get rid of this. I want to remove the SQL_PUBLIC from the cache name. Thanks, Austin -- Sent

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-07 Thread JP
Hi, Alexey **You would have to create a C# wrapper for your Java Cache store if you must use code-based configuration approach.* Can you give me a hint on creating a c# wrapper for java cache store..? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/