I understand that RevoScaleR functions work on data blocks of an XDF file, but what about data locality in a Hadoop/spark context?
How can we run an operation on an XDF file by executing the operation on each node using the local XDF blocks on that node?
Can we do that with RevoPemaR package?