| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMRContainers.Types.SparkSubmitJobDriver
Description
Synopsis
- data SparkSubmitJobDriver = SparkSubmitJobDriver' {}
- newSparkSubmitJobDriver :: Text -> SparkSubmitJobDriver
- sparkSubmitJobDriver_entryPointArguments :: Lens' SparkSubmitJobDriver (Maybe [Text])
- sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text)
- sparkSubmitJobDriver_entryPoint :: Lens' SparkSubmitJobDriver Text
Documentation
data SparkSubmitJobDriver Source #
The information about job driver for Spark submit.
See: newSparkSubmitJobDriver smart constructor.
Constructors
| SparkSubmitJobDriver' | |
Fields
| |
Instances
newSparkSubmitJobDriver Source #
Create a value of SparkSubmitJobDriver with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entryPointArguments:SparkSubmitJobDriver', sparkSubmitJobDriver_entryPointArguments - The arguments for job application.
$sel:sparkSubmitParameters:SparkSubmitJobDriver', sparkSubmitJobDriver_sparkSubmitParameters - The Spark submit parameters that are used for job runs.
$sel:entryPoint:SparkSubmitJobDriver', sparkSubmitJobDriver_entryPoint - The entry point of job application.
sparkSubmitJobDriver_entryPointArguments :: Lens' SparkSubmitJobDriver (Maybe [Text]) Source #
The arguments for job application.
sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text) Source #
The Spark submit parameters that are used for job runs.
sparkSubmitJobDriver_entryPoint :: Lens' SparkSubmitJobDriver Text Source #
The entry point of job application.