kafka主要组成部分是source、sink和channel

题目

kafka主要组成部分是source、sink和channel


相似考题
更多“kafka主要组成部分是source、sink和channel”相关问题
  • 第1题:

    kafka架构中的三个主体架构组成部分是()

    • A、生产者
    • B、消费者
    • C、broker
    • D、文件系统

    正确答案:A,B,C

  • 第2题:

    kafka是中的partition是最小的存储单元


    正确答案:错误

  • 第3题:

    flume中的三大组件为source、channel、sinks


    正确答案:错误

  • 第4题:

    下列关于kafka在进行消费数据消费时候的叙述正确的是()

    • A、消费者主动拉取数据消费
    • B、kafka推送数据到消费者进行消费
    • C、kafka在进行消费数据的时候是延时的
    • D、以上说法都不对

    正确答案:A

  • 第5题:

    What is the result of entering the command port-channel load-balance src-dst-ip on an EtherChannel link? ()

    • A、Packets are distributed across the ports in the channel based on both the source and destination MAC addresses.
    • B、Packets are distributed across the ports in the channel based on both the source and destination IP addresses.
    • C、Packets are balanced across the ports in the channel based first on the source MAC address, then on the destination MAC address, then on the IP address.
    • D、Packets are distributed across the access ports in the channel based first on the source IP address and then the destination IP addresses.

    正确答案:B

  • 第6题:

    如果想正常启动flume,需要给flume进行哪些配置()

    • A、配置source
    • B、配置sink
    • C、配置channel
    • D、将source、channel、sink连接起来

    正确答案:A,B,C,D

  • 第7题:

    flume中的agent包含四大组件分别为source、task、channel、sink


    正确答案:错误

  • 第8题:

    Which statement about SAN port channels configured on Cisco Nexus 5000 Series Switches is true?()  

    • A、 A single SAN port channel can have both Fibre Channel and virtual Fibre Channel interfaces. 
    • B、 SAN port channels can include up to 16 interfaces.
    • C、 SAN port channels distribute traffic across all links in the port channel when source ID and destination ID load balancing are used.
    • D、 The links in SAN port channels can be connected to different sets of switches.
    • E、 The On mode of operation means ports only operate as part of a SAN port channel or remain inactive.

    正确答案:E

  • 第9题:

    (EMB145)GPWS方式2警告提供的语音信息是()

    • A、SINK RATE
    • B、TERRAIN,TERRAIN
    • C、DON‘T SINK

    正确答案:B

  • 第10题:

    单选题
    Communication is the process of _____ a message from a source to an audience via a channel.
    A

    transmitting

    B

    transforming

    C

    submitting

    D

    switching


    正确答案: D
    解析:
    句意:交流是通过一种渠道把信息从来源处传送出去的过程。transmit传送。transform改变。submit提交。switch转换。

  • 第11题:

    问答题
    请分别描述Pig、Tez和Kafka的功能。

    正确答案: ①Pig是Hadoop生态系统的一个组件,提供了类似SQL的Pig Latin语言(包含Filter、GroupBy、Join、OrderBy等操作,同时也支持用户自定义函数),允许用户通过编写简单的脚本来实现复杂的数据分析,而不需要编写复杂的MapReduce应用程序,Pig会自动把用户编写的脚本转换成MapReduce作业在Hadoop集群上运行,而且具备对生成的MapReduce程序进行自动优化的功能,所以用户在编写Pig程序的时候,不需要关心程序的运行效率,这就大大减少了用户编程时间。
    ②Tez是Apache开源的支持DAG作业的计算框架,直接源于MapReduce框架,核心思想是将Map和Reduce两个操作进一步进行拆分,即Map被拆分成Input、Processor、Sort、Merge和Output,Reduce被拆分成Input、Shuffle、Sort、Merge、Processor和Output等,经过分解后的这些元操作可以进行自由任意组合产生新的操作,经过一些控制程序组装后就可形成一个大的DAG作业。
    通过DAG作业的方式运行MapReduce作业,提供了程序运行的整体处理逻辑,就可以去除工作流当中多余的Map阶段,减少不必要的操作,提升数据处理的性能。Hortonworks把Tez应用到数据仓库Hive的优化中,使得性能提升了约100倍。
    ③Kafka是由LinkedIn公司开发的一种高吞吐量的分布式发布订阅消息系统,用户通过Kafka系统可以发布大量的消息,同时也能实时订阅消费消息。Kafka设计的初衷是构建一个可以处理海量日志、用户行为和网站运营统计等的数据处理框架。
    解析: 暂无解析

  • 第12题:

    (难度:中等)Kafka是分布式发布-订阅消息系统

    答案:(yes)

  • 第13题:

    flume在配置文件中需要对以下哪几步操作()

    • A、配置source
    • B、配置sink
    • C、配置channel
    • D、将source、channel、sink连接起来

    正确答案:A,B,C,D

  • 第14题:

    下面哪些系统可以和Kafka集成()

    • A、Flume
    • B、Strom
    • C、Spark
    • D、ElasticSearch

    正确答案:A,B,C,D

  • 第15题:

    kafka主要作用是实时的在线流式计算


    正确答案:错误

  • 第16题:

    What should be done if Cisco Spectrum Expert Wi-Fi reports a channel utilization of 40 percent onchannel 36, from a source outside of the site?()

    • A、Report the problem to the FCC
    • B、Report the problem to the FAA
    • C、Remove channel 36 from the DCA channel list
    • D、Configure channel 36 to bond to channel 40 for a 40Mhz 802.11n channel

    正确答案:C

  • 第17题:

    HBase内置的分布式协同调度和锁叫做()

    • A、Bookeeper
    • B、Zookeeper
    • C、Chubby
    • D、Kafka

    正确答案:B

  • 第18题:

    flume在配置文件中操作有如下几个()

    • A、配置source
    • B、配置sink
    • C、配置channel
    • D、将source、channel、sink连接起来

    正确答案:A,B,C,D

  • 第19题:

    分区是kafka消息队列的最小单位


    正确答案:正确

  • 第20题:

    当下降率过大时,出现的语音警告是()

    • A、“TERRAIN”
    • B、“DONT SINK”
    • C、“SINK RATE(下沉率)”“PULL UP(拉起)”

    正确答案:C

  • 第21题:

    方式一警告语音有()

    • A、SINK  RATE、PULLUP
    • B、SINK  RATE
    • C、PULLUP
    • D、没有语音警告

    正确答案:A

  • 第22题:

    单选题
    Which of the following statements is correct concerning heat transfer?()
    A

    Heat is given off from a high temperature region known as a heat sink

    B

    Heat transfer rate is affected most by the size of the heat sink involved

    C

    Heat transfer rate is affected most by the temperature difference between the heat source and the heat sink

    D

    Heat transfer by radiation will occur only by mass motion of a fluid substance


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Which statement about SAN port channels configured on Cisco Nexus 5000 Series Switches is true?()
    A

     A single SAN port channel can have both Fibre Channel and virtual Fibre Channel interfaces. 

    B

     SAN port channels can include up to 16 interfaces.

    C

     SAN port channels distribute traffic across all links in the port channel when source ID and destination ID load balancing are used.

    D

     The links in SAN port channels can be connected to different sets of switches.

    E

     The On mode of operation means ports only operate as part of a SAN port channel or remain inactive.


    正确答案: D
    解析: 暂无解析