Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::NodeInitializationAction.
Specifies an executable to run on a fully configured node and a timeout period for executable completion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#executable_file
def executable_file() -> ::String
- (::String) — Required. Cloud Storage URI of executable file.
#executable_file=
def executable_file=(value) -> ::String
- value (::String) — Required. Cloud Storage URI of executable file.
- (::String) — Required. Cloud Storage URI of executable file.
#execution_timeout
def execution_timeout() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — 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.
#execution_timeout=
def execution_timeout=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — 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.
-
(::Google::Protobuf::Duration) — 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.