A.15
B.120
C.200
D.300
您可能感興趣的試卷
你可能感興趣的試題
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.用來描述將數(shù)據(jù)從來源端經(jīng)過抽取、轉(zhuǎn)換、加載至目的端的過程。
B.Elasticsearch是個開源分布式搜索引擎,提供搜集、分析、存儲數(shù)據(jù)三大功能。它的特點有:分布式,零配置,自動發(fā)現(xiàn),索引自動分片,索引副本機制,restful風格接口,多數(shù)據(jù)源,自動搜索負載等。
C.Logstash 主要是用來日志的搜集、分析、過濾日志的工具,支持大量的數(shù)據(jù)獲取方式。一般工作方式為c/s架構(gòu),client端安裝在需要收集日志的主機上,server端負責將收到的各節(jié)點日志進行過濾、修改等操作在一并發(fā)往elasticsearch上去。
D.Kibana 也是一個開源和免費的工具,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
最新試題
一個以java為后綴的源文件()。
為了查看不斷更新的日志文件,可以使用的指令是()。
scala中定義一個空的list應該選擇下列哪個類型()。
ArrayLists和LinkedList的區(qū)別,下述說法正確的有()。
在linux文件系統(tǒng)權(quán)限中(rwx),只讀權(quán)限對應的數(shù)值為()。
Linux crontab中* * * * * /usr/local/run.sh這句話5個*號分別代表什么?()
關于HDFS集群中的DataNode的描述不正確的是()。
關于YARN中WEBUI的端口是什么?()
執(zhí)行Spark任務:兩個工具()。
在DOS中一個java類的編譯命令是()。