RDD-class {SparkR} | R Documentation |
RDD can be created using functions like
parallelize
, textFile
etc.
RDD(jrdd, serializedMode = "byte", isCached = FALSE, isCheckpointed = FALSE)
jrdd |
Java object reference to the backing JavaRDD |
serializedMode |
Use "byte" if the RDD stores data serialized in R, "string" if the RDD stores strings |
isCached |
TRUE if the RDD is cached |
isCheckpointed |
TRUE if the RDD has been checkpointed |
env
An R environment that stores bookkeeping states of the RDD
jrdd
Java object reference to the backing JavaRDD
parallelize, textFile