Optional. Amount of time executable has to complete. Default is
10 minutes (see JSON representation of
Duration).
Cluster creation fails with an explanatory error message (the
name of the executable that caused the error and the exceeded timeout
period) if the executable is not completed at end of the timeout period.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `NodeInitializationAction` class in the Google Cloud Dataproc v1 API allows specifying an executable file to run on a fully configured node."],["The latest version available is 5.17.0, with a list of versions ranging from 5.17.0 down to 3.1.0 for the `NodeInitializationAction` class, which are linked to their respective documentation."],["The class includes properties to define the executable file's Cloud Storage URI (`ExecutableFile`) and the timeout duration for its completion (`ExecutionTimeout`)."],["The `NodeInitializationAction` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities related to message handling and object management."],["If the executable defined in `NodeInitializationAction` exceeds the specified `ExecutionTimeout`, cluster creation will fail, providing an error message identifying the problematic executable and the exceeded timeout period."]]],[]]