單項(xiàng)選擇題關(guān)于Secondary Name Node下面哪項(xiàng)是正確的。()

A.它是Name Node的熱備
B.它對內(nèi)存沒有要求
C.它的目的是幫助Name Node合并編輯日志,減少Name Node啟動時(shí)間
D.SecondaryName Node應(yīng)與Name Node部署到一個節(jié)點(diǎn)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題HBase依靠存儲底層數(shù)據(jù)()。

A.HDFS
B.Hadoop
C.Memory
D.MapReduce

2.單項(xiàng)選擇題以下哪一項(xiàng)不屬于YARN的進(jìn)程是()。

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

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

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

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

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

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

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

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

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

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

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

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

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

9.多項(xiàng)選擇題Hive數(shù)據(jù)倉庫和關(guān)系型數(shù)據(jù)庫mysql的區(qū)別()。

A.Hive不支持事務(wù)而mysql支持事務(wù)
B.hive高延遲而mysql相對低延遲
C.Hive不支持索引而mysql支持索引
D.Hive的分區(qū)和mysql的分區(qū)都用表內(nèi)字段

10.單項(xiàng)選擇題HIVE與傳統(tǒng)SQL數(shù)據(jù)庫對比,下面描述不正確的是()。

A. 對于查詢語言:HIVE使用HQL,傳統(tǒng)SQL數(shù)據(jù)庫使用SQL
B. 對于數(shù)據(jù)存儲:HIVE使用HDFS存儲,傳統(tǒng)SQL數(shù)據(jù)庫使用本地磁盤
C. 最終執(zhí)行者:HIVE使用MapReduce和Excutor執(zhí)行,傳統(tǒng)SQL數(shù)據(jù)庫使用Excutor執(zhí)行器
D. 執(zhí)行延遲:HIVE屬于高,傳統(tǒng)SQL數(shù)據(jù)庫屬于低