Class: Google::Cloud::Dataproc::V1::NodeInitializationAction
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::NodeInitializationAction
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
Overview
Specifies an executable to run on a fully configured node and a timeout period for executable completion.
Instance Attribute Summary collapse
-
#executable_file ⇒ String
Required.
-
#execution_timeout ⇒ Google::Protobuf::Duration
Optional.
Instance Attribute Details
#executable_file ⇒ String
Returns Required. Google Cloud Storage URI of executable file.
294 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 294 class NodeInitializationAction; end |
#execution_timeout ⇒ Google::Protobuf::Duration
Returns Optional. Amount of time executable has to complete. Default is 10 minutes. 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.
294 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 294 class NodeInitializationAction; end |