A.mapPartitions B.lookup C.mapPartitionsWithIndex D.count
多项选择题RDD和它的父RDD的关系有()。
A.宽依赖 B.窄依赖 C.分区关系 D.继承关系
单项选择题在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)
单项选择题如果需要使用scala库中的sqrt函数,如sqrt(2),下列引用包的方式错误的是()。
A.import scala.math._ B.import sqrt C.import math._ D.import math.sqrt
单项选择题一个gzip文件大小135MB,客户端设置Block大小为128MB,请我其占用几个Block?()
A.1 B.2 C.3 D.4
单项选择题YARN中的资源是由哪个进程管理()。
A.ResourceManager B.NodeManager C.client D.MRAppMaster