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."],["This class provides control over the execution of a specified executable via its `ExecutableFile` property, which is a required Cloud Storage URI pointing to the executable."],["An `ExecutionTimeout` property allows setting a specific duration for the completion of the executable, with a default of 10 minutes, which can be customized."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all essential for its functionality and compatibility within the .NET environment."],["There is a listing of available versions of the `NodeInitializationAction` class ranging from 5.17.0 (latest) down to 3.1.0."]]],[]]