Re: How to use atomic operations on C++ thin client?

2019-03-14 Thread jackluo923
After digging deeper, it appears that thin-client atomic cache operations are not implemented. I have implemented and tested the atomic cache operations in C++ thin-client locally and they appear to work correctly but I haven't done any extensive testing. Is there any reason why atomic operations

Re: Access a cache loaded by DataStreamer with SQL

2019-03-14 Thread Mike Needham
Hi, Here is the code I am using package org.apache.ignite.examples; import java.util.Collections; import org.apache.ignite.Ignite; import org.apache.ignite.IgniteCache; import org.apache.ignite.IgniteDataStreamer; import org.apache.ignite.Ignition; import org.apache.ignite.cache.QueryEntity;

How to use enums in sql ‘where’ clause when using Ignite Web Console

2019-03-14 Thread Stanislav Bausov
I see there was closed issue: https://issues.apache.org/jira/browse/IGNITE-3595 but my ignite web console still shows enums like ‘com.example.MyEnum’, and when I try to query by it get: Error: Hexadecimal string contains non-hex character: “ENUM_VALUE"; SQL statement: select _key, * from MyModel

Re: no data by JDBC or Cache query!

2019-03-14 Thread Вячеслав Коптилин
Hi, Please make sure that your types are registered as follows: CacheConfiguration ccfg = new CacheConfiguration<>("PersonCache"); ccfg.*setIndexedTypes*(String.class, Person.class); ... IgniteCache personCache = igniteClient.getOrCreateCache(ccfg); additional details can be

igfs as cache for hdfs run on apache ignite accelerator but not on apache ignite 2.6

2019-03-14 Thread mehdi sey
i want to execute a wordcount example of hadoop over apache ignite. i haveused IGFS as cache for HDFS configuration in ignite, but after submittingjob via hadoop for execution on ignite i encountered with below error.thanks in advance to anyone who could help me! there is a note that i can execute

Re: no data by JDBC or Cache query!

2019-03-14 Thread ibelyakov
Hello, Could you please provide cache configuration for server nodes? Regards, Igor -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: isolated cluster configuration

2019-03-14 Thread Ilya Kasnacheev
Hello! Unfortunately I don't see an easy way to specify different table. You could try to override JdbcIpFinderDialect to one which makes table name configurable, specify it in your IP finders' configuration. Regards, -- Ilya Kasnacheev чт, 14 мар. 2019 г. в 01:29, javastuff@gmail.com <

Re: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-14 Thread Ilya Kasnacheev
Hello! Then mappingId is not a field. It is an SQL column but it's not a field. If it happens with composite keys, please share config. Regards, -- Ilya Kasnacheev чт, 14 мар. 2019 г. в 12:18, : > Hi, > > > > No, mappingId is not part of value object. But, even this issue is > occurring

RE: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-14 Thread Kamlesh.Joshi
Hi, No, mappingId is not part of value object. But, even this issue is occurring for other cache with composite key as well. Thanks and Regards, Kamlesh Joshi From: Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] Sent: Wednesday, March 13, 2019 6:16 PM To: user@ignite.apache.org Subject:

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-14 Thread Ilya Kasnacheev
Hello! You can do 'sudo make uninstall' instead of deleting headers manually. Otherwise, cheers! Regards, -- Ilya Kasnacheev ср, 13 мар. 2019 г. в 22:13, jackluo923 : > Hi Ilya, > I dug deeper after your response and found the root cause of the > error. > > Platform: Ubuntu 16.04 > 1.

JMX port for Ignite in docker

2019-03-14 Thread kresimir.horvat
Hi, I have problem with connecting VisualVM to Ignite running in docker. I tried to run it with command /docker run -d -p 5:5 --rm -e IGNITE_JMX_PORT="5" -e CONFIG_URI="https://raw.githubusercontent.com/apache/ignite/master/examples/config/example-cache.xml; apacheignite/ignite/

no data by JDBC or Cache query!

2019-03-14 Thread Aurora
Ignite 2.7.0 I poured data by the following code, but I didnt get data after executing jdbc or cache query, while I just can see data by "cache -scan -c=@c4" by the command window: IgniteVisorCmd.sh. why? IgniteCache personCache = igniteClient.cache("PersonCache"); Person person = new Person();

Re: GridTimeoutProcessor - Timeout has occurred - Too frequent messages

2019-03-14 Thread Павлухин Иван
Hi, Yes, perhaps there is no reach documentation for mentioned classes. But on the other hand they are internal classes which could be changed at any time. I will try to outline roles for 2 classes. 1. CancellableTask is used internally as a general way to cancel some action sheduled in the