NO.33 Dataproc clusters contain many configuration files. To update these files, you will need to use the `--properties` option. The format for the option is: `file_prefix:property=value`. | Google Professional Data Engineer Quiz - LeetQuiz
Google Professional Data Engineer
Get started today
Ultimate access to all questions.
NO.33 Dataproc clusters contain many configuration files. To update these files, you will need to use the --properties option. The format for the option is: file_prefix:property=value._
Real Exam
Community
LLeetQuiz
Explanation:
To make updating files and properties easy, the --properties command uses a special format to specify the configuration file and the property and value within the file that should be updated. The formatting is as follows: file_prefix:property=value._