Ignite Monitoring using controlscript
I am running Ignite as a Java app – using IgniteConfiguration. In this version I don’t see control.sh, it is a regular Java installable.
Query for partition on Ignite
Is there any way to query for data on a particular partition? For example, select only the entities of an Ignite’s partition number 1 of 1024.
Requesting information about known CVEs related to Apache Ignite 2.16
We are trying out Apache Ignite version 2.16.0. I want to know where I can get information about what vulnerabilities (CVE) got addressed in 2.16.0 as well as what are the current known vulnerabilities on 2.16 (if any). Appreciate the help and thanks in advance for your response
Apache Ignite – Load balancer nodes standalone
I installed 4 apache ignite nodes on 4 virtual machines that are in a vmware cluster, one question I have is how do I connect to the cluster? Do I connect via the IP of any node? Or do I need to put nginx “in front” to do the load balancing? I didn’t find anything about this in the official documentation.
Ignite Compute job to load data from Snowflake
I want to load data into Ignite from Snowflake using Ignite Compute. I have the snowflake driver available in all the server nodes and the client nodes. When the Ignite compute job runs, it errors out with the following exception. The issue looks like its not able to serialize an lambda expression. Is there a way to disable seralization of lambda expressions? Is there another way to load data into Ignite? I have tried using data streamers but need better performance in loading data to Ignite.