题库 软件开发 题目列表 Which following statements about Apache Spark RDD,...
多选题

Which following statements about Apache Spark RDD, are right?

A.

RDDs are datasets that consist of records.

B.

RDDs are resilient, meaning that if a node performing an operation in Spark is lost, the dataset can be reconstructed.

C.

RDDs are immutable, meaning that after they are instantiated and populated with data, they cannot be updated.

D.

DDs are distributed, meaning the data in RDDs is divided into one or many partitions and distributed as in-memory collections of objects across worker nodes in the cluster.

题目信息
校招真题
-
正确率
0
评论
15
点击