A.Tableau
B.Excel
C.JavaScript
D.Hbase
您可能感興趣的試卷
你可能感興趣的試題
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
最新試題
zookeeper的特點有()。
關(guān)于Java中傳遞參數(shù)的說法,哪個是錯誤的?()
如何將root目錄下file.tar.gz文件解壓到/usr/local目錄下。()
如果我們現(xiàn)有一個安裝2.6.5版本的hadoop集群,在不修改默認(rèn)配置的情況下存儲200個每個200M的文本文件,請問最終會在集群中產(chǎn)生多少個數(shù)據(jù)塊(包括副本)?()
ArrayLists和LinkedList的區(qū)別,下述說法正確的有()。
關(guān)于HDFS中WEBUI的端口是什么?()
一個以java為后綴的源文件()。
以下可能需要用到zookeeper的有()。
為了查看不斷更新的日志文件,可以使用的指令是()。
在使用MapReduce程序WordCount進(jìn)行詞頻統(tǒng)計時,對于文本*行“hello hadoop hello world”,經(jīng)過WordCount程序的Map函數(shù)處理后直接輸出的中間結(jié)果,應(yīng)該是下面哪種形式:()。