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 of this API is 5.17.0, but there are many previous versions with accessible documentation from 5.16.0 all the way back to 3.1.0 listed, and 4.0.0."],["This class also sets a timeout for how long the executable is allowed to run, with the default being 10 minutes."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and equality checking."],["The `NodeInitializationAction` class contains two properties: `ExecutableFile`, which is a required string that defines the URI of the file to be executed, and `ExecutionTimeout`, which is a `Duration` object that defines how long the executable can run before timing out."]]],[]]