Re: Disable SIGTERM processing in Ignite

2022-06-21 Thread Yuriy Ivkin
Hi Ilya, It works! Thank you very much! 21.06.2022 11:08, Ilya Korol пишет: Hi, try to set java property IGNITE_NO_SHUTDOWN_HOOK=true. https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSystemProperties.html#IGNITE_NO_SHUTDOWN_HOOK 21.06.2022 17:27, Yuriy Ivkin пишет

Disable SIGTERM processing in Ignite

2022-06-21 Thread Yuriy Ivkin
and allow the app control Ignite's shutdown ? -- Best regards, Yuriy Ivkin

Re: DatasetFactory.createSimpleDataset with a cache

2019-01-22 Thread Yuriy Babak
Mahesh, Unfortunately no. We start to support model training over caches with binary objects from Ignite 2.8. This support was added by ticket https://issues.apache.org/jira/browse/IGNITE-10700 So, for now, this option is available only for builds from the master branch. Best regards, Yuriy

Re: Ignite ML withKeepBinary cache

2019-01-21 Thread Yuriy Babak
] - org.apache.ignite.examples.ml.TrainingWithBinaryObjectExample Best regards, Yuriy Babak пн, 21 янв. 2019 г. в 11:13, otorreno : > Thanks Ilya, > > I got the link to the JIRA ticket in the Ignite Devs mailing list. In fact > I > already included a comment in the ticket. > >

sql fields visibility without sql indexing

2019-01-18 Thread Yuriy
Hi. I want to see sql fields without sql indexing. I use @QuerySqlField() annotation and invoke setIndexedTypes cache configuration method. But I watching that index.bin file is growing up. I dot not use sql index. I need to see sql fields only. Why this file is growing up? -- Sent from:

Re: control.sh --baseline do not work after update to 2.7

2018-12-11 Thread Yuriy
I am explicitly set the --host and -- port 11211 parameters and it is work. Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

control.sh --baseline do not work after update to 2.7

2018-12-11 Thread Yuriy
Hello. After updating from 2.6 to 2.7 control.sh --baseline can not connect to the cluster. [root@ignat3 apache-ignite-2.7.0-bin]# sh bin/control.sh --baseline Control utility [ver. 2.7.0#20181130-sha1:256ae401] 2018 Copyright(C) Apache Software Foundation User: root

Re: [ML][Community] Slides (eng) and video (eng) about Ignite ML module from JFuture conference

2018-12-09 Thread Yuriy Babak
Alexey, Good video, many thanks for your presentation. It's the big deal for promotion of Apache Ignite ML community. Regards, Yuriy ср, 5 дек. 2018 г. в 13:19, zaleslaw : > Hi, Ignite users, if you are interested in Ignite ML functionality in new > release 2.7 and our roadmap for th

java.lang.UnsupportedOperationException: Invalid fast index type: -21

2018-11-01 Thread Yuriy
I have made the index on bite[] field: @QuerySqlField (index = true, notNull = true) private byte[] sha1; After loading data the cluster (Ignate 2.4) break down with errors in log: org.apache.ignite.IgniteException: Runtime failure on row: Row@4eaa09d2[ key: 63654, val: model.File