Class: Aws::EMRContainers::Types::SparkSubmitJobDriver

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

The information about job driver for Spark submit.

Constant Summary collapse

SENSITIVE =
[:entry_point, :spark_submit_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_pointString

The entry point of job application.

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
1825
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1819

class SparkSubmitJobDriver < Struct.new(
  :entry_point,
  :entry_point_arguments,
  :spark_submit_parameters)
  SENSITIVE = [:entry_point, :spark_submit_parameters]
  include Aws::Structure
end

#entry_point_argumentsArray<String>

The arguments for job application.

Returns:

  • (Array<String>)


1819
1820
1821
1822
1823
1824
1825
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1819

class SparkSubmitJobDriver < Struct.new(
  :entry_point,
  :entry_point_arguments,
  :spark_submit_parameters)
  SENSITIVE = [:entry_point, :spark_submit_parameters]
  include Aws::Structure
end

#spark_submit_parametersString

The Spark submit parameters that are used for job runs.

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
1825
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1819

class SparkSubmitJobDriver < Struct.new(
  :entry_point,
  :entry_point_arguments,
  :spark_submit_parameters)
  SENSITIVE = [:entry_point, :spark_submit_parameters]
  include Aws::Structure
end