Hi, Can a compute job execute cross join sql queries on the data grid?
How will this work? suppose there is a compute job executing on a node A in the cluster? If the job triggers a data SQL query, will it issue a map/reduce to run the sql query across all nodes (including node A), and then do the reduce at node A? Will this work well within the map/reduce invoked by the compute task triggering the compute job at node A in the first place? Are there any limitations? Thanks, Arthi -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Compute-Grid-Compute-Job-tp4725.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
