in sparkR API there are functions with the same name as in R. Some of the examples are abs,cosine
functions.
What is the difference between abs function in R and in sparkR. when does the abs function get executed in spark?
documentation for sparkR abs function http://spark.apache.org/docs/latest/api/R/abs.html