Question 31
Assuming that HDFS only saves 2 copies when writing data. During the writing process, the HDFS Client first writes the data to DataNodel1 and then writes the data to DataNode2.
Question 32
When planning and deploying a Fusionlnsight cluster, it is recommended that the management node be best deployed( ), the control node needs to be deployed at least( )Piece,Data nodes need to be deployed at least( )Piece.
Question 33
In the Fusionlnsight cluster, which of the following components does Spark mainly interact with? (Multiple choice)
Question 34
Spark divides Stages according to the dependencies of RDDs. The scheduler starts from the end of the DAG graph and traverses the entire dependency chain in reverse. When encountering narrow dependencies, it is disconnected, and when encountering wide dependencies, it is added to the current Stage.
Question 35
Which one of the following descriptions of the characteristics of big data and traditional databases are incorrect?