A.map
B.reduce
C.partitionBy
D.key by
您可能感興趣的試卷
你可能感興趣的試題
A.jobmanager
B.TaskManager
C.master
D.StandaloneSessionClusterEntrypoint
A.Tumbling Window(滾動(dòng)窗口)
B.Sliding Window(滑動(dòng)窗口)
C.Session Window(會(huì)話窗口)
D.Local Window(局部窗口)
A.local
B.standalone
C.yarn
D.mesos
A.RDD(Resilient distributed dataset)叫做彈性分布式數(shù)據(jù)集,是spark中最基本的數(shù)據(jù)抽象
B.Resilient:表示彈性的,彈性表示
C.Destributed:分布式,可以并行在集群計(jì)算
D.Dataset:就是一個(gè)集合,用于存放數(shù)據(jù)的
A.mapPartitions
B.lookup
C.mapPartitionsWithIndex
D.count
A.寬依賴
B.窄依賴
C.分區(qū)關(guān)系
D.繼承關(guān)系
A."Hello"(0),"Hello"(5)
B."Hello".take(1),"Hello".reverse(0)
C."Hello"(1),"Hello"(5)
D."Hello".take(0), "Hello".takeRight(1)
A.import scala.math._
B.import sqrt
C.import math._
D.import math.sqrt
A.1
B.2
C.3
D.4
A.ResourceManager
B.NodeManager
C.client
D.MRAppMaster
最新試題
分析下列方法,在調(diào)用div(1,0)和div(1,1)后分別反回什么?()
zookeeper的特點(diǎn)有()。
ArrayLists和LinkedList的區(qū)別,下述說(shuō)法正確的有()。
一個(gè)以java為后綴的源文件()。
執(zhí)行Spark任務(wù):兩個(gè)工具()。
下列代碼的運(yùn)行結(jié)果是()。
在linux文件系統(tǒng)權(quán)限中(rwx),只讀權(quán)限對(duì)應(yīng)的數(shù)值為()。
在使用MapReduce程序WordCount進(jìn)行詞頻統(tǒng)計(jì)時(shí),對(duì)于文本*行“hello hadoop hello world”,經(jīng)過(guò)WordCount程序的Map函數(shù)處理后直接輸出的中間結(jié)果,應(yīng)該是下面哪種形式:()。
以下可能需要用到zookeeper的有()。
寬依賴的算子有()。