When using pemaCompute() in a Hadoop or Spark compute context, I get this an error:
meanPemaObj <- PemaMean()
pemaCompute(pemaObj = meanPemaObj, data = iris, varName = "Petal.Length", computeContext = myHadoopCluster)
Error in do.call(inputObject[["FUN"]], inputObject[["ARGS"]]) :
could not find function "pemaCompute"
Do you have any idea if RevoPemaR is supported in distributed contexts and if we can use it to develop custom parallel external memory algorithms?