Storm具有以下哪些特点?
A: 整合性:Storm可方便地与队列系统和数据库系统进行整合
B: 简易的API:Storm的API在使用上即简单又方便
C: 容错性:Storm可自动进行故障节点的重启、任务的重新分配
D: 可扩展性:Storm的并行特性使其可以运行在分布式集群中
A: 整合性:Storm可方便地与队列系统和数据库系统进行整合
B: 简易的API:Storm的API在使用上即简单又方便
C: 容错性:Storm可自动进行故障节点的重启、任务的重新分配
D: 可扩展性:Storm的并行特性使其可以运行在分布式集群中
举一反三
- Storm运行在分布式集群中,其运行任务的方式与Hadoop类似;在Hadoop上运行的是MapReduce作业,而在Storm上运行的是()。
- 以下哪个不是Storm的特点: A: 可扩展性 B: 可靠的消息处理 C: 支持各种编程语言 D: 复杂的API
- Storm track is anything EXCEPT ___ . A: the direction where the storm comes from B: the direction the storm is moving towards C: the speed at which the storm moves D: the path taken by the storm
- 简单阐述Storm的主要特点。
- Storm集群中的Master节点和Work节点各自运行什么后台进程?这些进程又分别负责什么工作?