Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SparkSubmitJobDriver = SparkSubmitJobDriver' {}
- newSparkSubmitJobDriver :: Text -> SparkSubmitJobDriver
- sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text)
- sparkSubmitJobDriver_entryPointArguments :: 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.
SparkSubmitJobDriver' | |
|
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:sparkSubmitParameters:SparkSubmitJobDriver'
, sparkSubmitJobDriver_sparkSubmitParameters
- The Spark submit parameters that are used for job runs.
$sel:entryPointArguments:SparkSubmitJobDriver'
, sparkSubmitJobDriver_entryPointArguments
- The arguments for job application.
$sel:entryPoint:SparkSubmitJobDriver'
, sparkSubmitJobDriver_entryPoint
- The entry point of job application.
sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text) Source #
The Spark submit parameters that are used for job runs.
sparkSubmitJobDriver_entryPointArguments :: Lens' SparkSubmitJobDriver (Maybe [Text]) Source #
The arguments for job application.
sparkSubmitJobDriver_entryPoint :: Lens' SparkSubmitJobDriver Text Source #
The entry point of job application.