nerdexam
Huawei

H13-711_V3.5 · Question #349

topology will automatically end running after the task is completed.

The correct answer is B. False. B is correct because in stream processing frameworks like Apache Storm, a topology runs indefinitely by default - it must be explicitly killed or stopped by the operator. Topologies are designed to continuously process streaming data, so there is no built-in notion of "task…

Big Data Processing Technologies (MapReduce, Spark, Hive)

Question

topology will automatically end running after the task is completed.

Options

  • ATrue
  • BFalse

How the community answered

(58 responses)
  • A
    19% (11)
  • B
    81% (47)

Explanation

B is correct because in stream processing frameworks like Apache Storm, a topology runs indefinitely by default - it must be explicitly killed or stopped by the operator. Topologies are designed to continuously process streaming data, so there is no built-in notion of "task completion" that would trigger an automatic shutdown.

Why A is wrong: Assuming a topology self-terminates leads to resource mismanagement in production; workers and slots remain occupied until the topology is manually decommissioned, which is exactly why operators must issue an explicit kill command.

Memory tip: Think of a topology like a factory assembly line - it keeps running 24/7 until someone hits the shutdown switch. "Topology = perpetual pipeline, not a one-shot script."

Topics

#topology lifecycle#stream processing#task execution#distributed processing

Community Discussion

No community discussion yet for this question.

Full H13-711_V3.5 Practice