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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#executable_fileString

Returns Required. Google Cloud Storage URI of executable file.

Returns:

  • (String)

    Required. Google Cloud Storage URI of executable file.



281
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 281

class NodeInitializationAction; end

#execution_timeoutGoogle::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.

Returns:

  • (Google::Protobuf::Duration)

    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.



281
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 281

class NodeInitializationAction; end