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` namespace allows for the specification of an executable to run on a fully configured node, as well as a timeout period."],["The latest version of the `NodeInitializationAction` documentation is version 5.17.0, and the page lists versions ranging from 5.17.0 down to 3.1.0 for it."],["`NodeInitializationAction` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, in addition to inheriting members from `Object`."],["The `ExecutableFile` property is required and represents the Cloud Storage URI of the executable file, while the `ExecutionTimeout` property is optional and specifies how long the executable has to complete."],["The NodeInitializationAction class has 2 constructors, one without any parameters and another with a parameter that is a NodeInitializationAction object."]]],[]]