A.FIFO Scheduler
B.Capacity Scheduler
C.FairScheduler
D.以上都是
您可能感興趣的試卷
你可能感興趣的試題
A.MinSize
B.MaxSize
C.blockSize
D.premisson
A.core-site.xml
B.hdfs-site.xml
C.mapred-site.xml
D.yarn-site.xml
A.distinct
B.group by
C.row_number
D.having
A.SORT BY 用于分組匯總
B.SORT BY 用于局部排序,ORDER BY用于全局排序
C.使用完全一致
D.其他說法都不對
A.select * from a inner join b on a.id<>b.id
B.select * from a where a.id in (select id from b)
C.select sum(a.amt) as total from a where a.total>20
D.select * from a inner join b on a.id=b.id
最新試題
下面關(guān)于java中包的說法錯誤的是()。
scala的函數(shù)參數(shù)的求值策略有哪些。()
如果我們現(xiàn)有一個(gè)安裝2.6.5版本的hadoop集群,在不修改默認(rèn)配置的情況下存儲200個(gè)每個(gè)200M的文本文件,請問最終會在集群中產(chǎn)生多少個(gè)數(shù)據(jù)塊(包括副本)?()
下面的對象創(chuàng)建方法中哪些會調(diào)用構(gòu)造方法()。
關(guān)于HDFS中WEBUI的端口是什么?()
scala中在REPL命令行運(yùn)行以下操作:下列選項(xiàng)正確的是()。
Scala中如何定義常量()。
配置Hadoop時(shí),修改namenode進(jìn)程所在節(jié)點(diǎn)的配置包含在哪一個(gè)配置文件中()。
如何將root目錄下file.tar.gz文件解壓到/usr/local目錄下。()
在使用MapReduce程序WordCount進(jìn)行詞頻統(tǒng)計(jì)時(shí),對于文本*行“hello hadoop hello world”,經(jīng)過WordCount程序的Map函數(shù)處理后直接輸出的中間結(jié)果,應(yīng)該是下面哪種形式:()。