單項(xiàng)選擇題Yarn的調(diào)度有哪幾種方式。()

A.FIFO Scheduler
B.Capacity Scheduler
C.FairScheduler
D.以上都是


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題下列哪些參數(shù)可以影響切片數(shù)量?()

A.MinSize
B.MaxSize
C.blockSize
D.premisson

2.多項(xiàng)選擇題如果需要配置Apache版本的hadoop的完全分布式,需要更改哪些xml配置文件。()

A.core-site.xml
B.hdfs-site.xml
C.mapred-site.xml
D.yarn-site.xml

3.單項(xiàng)選擇題在hive中下列哪些命令可以實(shí)現(xiàn)去重()。

A.distinct
B.group by
C.row_number
D.having

4.單項(xiàng)選擇題有關(guān)HIVE中ORDER BY 和 SORT BY 用法正確的是()。

A.SORT BY 用于分組匯總
B.SORT BY 用于局部排序,ORDER BY用于全局排序
C.使用完全一致
D.其他說(shuō)法都不對(duì)

5.單項(xiàng)選擇題以下hive sql語(yǔ)法正確的是()。

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