Class: Google::Cloud::Dataproc::V1::NodeInitializationAction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

Instance Attribute Details

#executable_file::String

Returns Required. Cloud Storage URI of executable file.

Returns:

  • (::String)

    Required. Cloud Storage URI of executable file.



834
835
836
837
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 834

class NodeInitializationAction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#execution_timeout::Google::Protobuf::Duration

Returns 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.

Returns:

  • (::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.



834
835
836
837
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 834

class NodeInitializationAction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end