多項選擇題下列是transformation的算子()。

A.mapPartitions
B.lookup
C.mapPartitionsWithIndex
D.count


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題RDD和它的父RDD的關系有()。

A.寬依賴
B.窄依賴
C.分區(qū)關系
D.繼承關系

2.單項選擇題在Scala中如何獲取字符串“Hello”的首字符和尾字符?()

A."Hello"(0),"Hello"(5)
B."Hello".take(1),"Hello".reverse(0)
C."Hello"(1),"Hello"(5)
D."Hello".take(0), "Hello".takeRight(1)

3.單項選擇題如果需要使用scala庫中的sqrt函數(shù),如sqrt(2),下列引用包的方式錯誤的是()。

A.import scala.math._
B.import sqrt
C.import math._
D.import math.sqrt

5.單項選擇題YARN中的資源是由哪個進程管理()。

A.ResourceManager
B.NodeManager
C.client
D.MRAppMaster