Main Content
saveAsKeyValueDatastore
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Save key-value RDD as a binary file that can be read back
using the datastore
function
Syntax
saveAsKeyValueDatastore(obj,path)
Description
saveAsKeyValueDatastore(
saves
a key-value input RDD obj
,path
)obj
as a binary file that
can be read back using the datastore
function.
Input Arguments
Examples
Version History
Introduced in R2016b
See Also
saveAsTallDatastore
| saveAsTextFile
| parallelize
| datastore