A.alter table stu_par add partition (month=’999901’);
B.load data inpath ’/student.txt’ into table stu_par partition(month=’888801’);
C.insert into table stu_par partition (month = ’777701’) select * from student;
D.select * from stu_par where month = ’777701’;
您可能感興趣的試卷
你可能感興趣的試題
A.INT
B.FLOAT
C.BINARY
D.STRINT
A.impala-shell -i //查看impala的版本
B.impala-shell -q ’select * from student’ -o output.txt //將查詢結(jié)果寫入文件中
C.impala-shell -q ’select * from student’ -f output.txt //將查詢結(jié)果寫入文件中
D.impala-shell -p bigdata111 //指定連接運(yùn)行 impalad 守護(hù)進(jìn)程的主機(jī)
A.Impalad
B.Statestore
C.Catalog
D.Metastore
A.ElasticSearch
B.Logstash
C.Kibana
D.kafka
A.Cloudera公司推出,提供對HDFS、Hbase數(shù)據(jù)的高性能、低延遲的交互式SQL查詢功能。
B.基于Hive,使用內(nèi)存計(jì)算,兼顧數(shù)據(jù)倉庫、具有實(shí)時(shí)、批處理、多并發(fā)等優(yōu)點(diǎn)。
C.支持各種文件格式,如TEXTFILE 、SEQUENCEFILE 、orc、Parquet。
D.基于內(nèi)存運(yùn)算,不需要把中間結(jié)果寫入磁盤,省掉了大量的I/O開銷。
最新試題
配置機(jī)架感知的下面哪項(xiàng)正確()。
以下可能需要用到zookeeper的有()。
如何將root目錄下file.tar.gz文件解壓到/usr/local目錄下。()
zookeeper的特點(diǎn)有()。
在使用MapReduce程序WordCount進(jìn)行詞頻統(tǒng)計(jì)時(shí),對于文本*行“hello hadoop hello world”,經(jīng)過WordCount程序的Map函數(shù)處理后直接輸出的中間結(jié)果,應(yīng)該是下面哪種形式:()。
scala的函數(shù)參數(shù)的求值策略有哪些。()
為了查看不斷更新的日志文件,可以使用的指令是()。
關(guān)于YARN中WEBUI的端口是什么?()
下列哪個(gè)不屬于flume的channel類型()。
寬依賴的算子有()。