多项选择题Kylin可以集成()。

A.Tableau
B.Excel
C.JavaScript
D.Hbase


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题现有一张分区表,impala中哪种操作是错误的。()

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’;

2.单项选择题impala不支持哪种数据类型。()

A.INT
B.FLOAT
C.BINARY
D.STRINT

3.单项选择题下列impala的哪种用法是正确的。()

A.impala-shell -i //查看impala的版本
B.impala-shell -q ’select * from student’ -o output.txt //将查询结果写入文件中
C.impala-shell -q ’select * from student’ -f output.txt //将查询结果写入文件中
D.impala-shell -p bigdata111 //指定连接运行 impalad 守护进程的主机

4.单项选择题哪个模块是不属于impala的()。

A.Impalad
B.Statestore
C.Catalog
D.Metastore

5.多项选择题我们常说的ELK是指哪三个工具。()

A.ElasticSearch
B.Logstash
C.Kibana
D.kafka

6.单项选择题impala2.x描述错误的是()。

A.Cloudera公司推出,提供对HDFS、Hbase数据的高性能、低延迟的交互式SQL查询功能。
B.基于Hive,使用内存计算,兼顾数据仓库、具有实时、批处理、多并发等优点。
C.支持各种文件格式,如TEXTFILE 、SEQUENCEFILE 、orc、Parquet。
D.基于内存运算,不需要把中间结果写入磁盘,省掉了大量的I/O开销。

7.单项选择题下列哪个算子是flink独有的()。

A.map
B.reduce
C.partitionBy
D.key by

8.单项选择题下列进程中不是flink的()。

A.jobmanager
B.TaskManager
C.master
D.StandaloneSessionClusterEntrypoint

9.单项选择题不属于flink的window类型()。

A.Tumbling Window(滚动窗口)
B.Sliding Window(滑动窗口)
C.Session Window(会话窗口)
D.Local Window(局部窗口)

10.多项选择题flink的三大部署模式。()

A.local
B.standalone
C.yarn
D.mesos