Execute Ignite Callable Jobs with set priorities

2021-05-12 Thread Kishan
Hi All, I have a use case I need to create 1000s of ignite Callable tasks and execute these tasks on ignite cluster. Some of these jobs should be executed on high priority by ignite cluster. For example, ignite client has sent around 50 tasks to cluster and now they are in queue or are being execu

Re: Ignite Rest API is not working

2019-06-14 Thread Kishan
Checked the logs. The server was started on 8081 port as 8080 port was busy. It's working now. Thank you very much. Kishan -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Connect external application to Ignite cluster via REST

2019-06-14 Thread Kishan
We have ignite cluster up with four nodes. This cluster is hydrated with data into its cache. We want an external application to connect with cluster and get all the data objects of particular cache from the cluster via REST. I am thinking of following approaches: 1) Using ignite's service grid an

Ignite Rest API is not working

2019-06-14 Thread Kishan
I want to use REST API provided by ignite. I have downloaded the ignite binary version 2.6. I have copied 'ignite-rest-http' module from IGNITE_HOME/libs/optional/ to IGNITE_HOME/libs folder. Then i run the command bin/ignite.bat, I am able to bring up the service with this command, but when I t