Question
What is the HDFS write pipeline?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A chain of DataNodes through which a block and its replicas are written
Explanation:
The client sends packets to the first DataNode, which forwards them along the pipeline.
Acknowledgments flow back after replicas receive the data.
Leave a Reply