Class: Aws::EMRContainers::Types::SparkSubmitJobDriver
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::SparkSubmitJobDriver
- 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, :entry_point_arguments, :spark_submit_parameters]
Instance Attribute Summary collapse
-
#entry_point ⇒ String
The entry point of job application.
-
#entry_point_arguments ⇒ Array<String>
The arguments for job application.
-
#spark_submit_parameters ⇒ String
The Spark submit parameters that are used for job runs.
Instance Attribute Details
#entry_point ⇒ String
The entry point of job application.
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, :entry_point_arguments, :spark_submit_parameters] include Aws::Structure end |
#entry_point_arguments ⇒ Array<String>
The arguments for job application.
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, :entry_point_arguments, :spark_submit_parameters] include Aws::Structure end |
#spark_submit_parameters ⇒ String
The Spark submit parameters that are used for job runs.
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, :entry_point_arguments, :spark_submit_parameters] include Aws::Structure end |