Hi, I am trying to execute the following select query using the native java client on a cluster of 2 nodes.
String query = "select * from Person"; List<List<?>> results = superCache.query(new SqlFieldsQuery(query)).getAll(); Now, is any there way to execute the same query on only one specific remote node? Can anyone please post some suggestions in this regard? Regards, Shravya Nethula. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/