A.def countdown(n:Int){ 0 to n foreach print }
B.def countdown(n:Int){ (0 until n).reverse foreach print }
C.def countdown(n:Int){ (0 to n).reverse foreach print }
D.def countdown(n:Int){ (0 to n-1).reverse foreach print }
您可能感興趣的試卷
你可能感興趣的試題
A.用來(lái)描述將數(shù)據(jù)從來(lái)源端經(jīng)過(guò)抽取、轉(zhuǎn)換、加載至目的端的過(guò)程。
B.Elasticsearch是個(gè)開(kāi)源分布式搜索引擎,提供搜集、分析、存儲(chǔ)數(shù)據(jù)三大功能。它的特點(diǎn)有:分布式,零配置,自動(dòng)發(fā)現(xiàn),索引自動(dòng)分片,索引副本機(jī)制,restful風(fēng)格接口,多數(shù)據(jù)源,自動(dòng)搜索負(fù)載等。
C.Logstash 主要是用來(lái)日志的搜集、分析、過(guò)濾日志的工具,支持大量的數(shù)據(jù)獲取方式。一般工作方式為c/s架構(gòu),client端安裝在需要收集日志的主機(jī)上,server端負(fù)責(zé)將收到的各節(jié)點(diǎn)日志進(jìn)行過(guò)濾、修改等操作在一并發(fā)往elasticsearch上去。
D.Kibana 也是一個(gè)開(kāi)源和免費(fèi)的工具,Kibana可以為 Logstash 和 ElasticSearch 提供的日志分析友好的Web界面,可以幫助匯總、分析和搜索重要數(shù)據(jù)日志。
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é)果寫(xiě)入文件中
C.impala-shell -q ’select * from student’ -f output.txt //將查詢結(jié)果寫(xiě)入文件中
D.impala-shell -p bigdata111 //指定連接運(yùn)行 impalad 守護(hù)進(jìn)程的主機(jī)
最新試題
spark中的寬窄依賴(lài)描述正確的()。
配置機(jī)架感知的下面哪項(xiàng)正確()。
寬依賴(lài)的算子有()。
下列哪種類(lèi)型的文件不是HDFS集群的元數(shù)據(jù)存儲(chǔ)格式?()
Linux crontab中* * * * * /usr/local/run.sh這句話5個(gè)*號(hào)分別代表什么?()
關(guān)于Java中傳遞參數(shù)的說(shuō)法,哪個(gè)是錯(cuò)誤的?()
一個(gè)以java為后綴的源文件()。
下列代碼的運(yùn)行結(jié)果是()。
在使用MapReduce程序WordCount進(jìn)行詞頻統(tǒng)計(jì)時(shí),對(duì)于文本*行“hello hadoop hello world”,經(jīng)過(guò)WordCount程序的Map函數(shù)處理后直接輸出的中間結(jié)果,應(yīng)該是下面哪種形式:()。
假如你想計(jì)劃讓系統(tǒng)自動(dòng)在每個(gè)月的第一天早上4點(diǎn)鐘執(zhí)行一個(gè)維護(hù)工作,以下哪個(gè)cron是正確的?()