Documentation
¶
Index ¶
Constants ¶
View Source
const ( // JobConfigFileName is the name of the defined container job config, e.g. ensembler config JobConfigFileName = "jobConfig.yaml" // JobConfigMount is where the job spec if mounted JobConfigMount = "/mnt/job-spec/" )
View Source
const ( // DatasetTypeBQ is the BQ source dataset type DatasetTypeBQ = "BQ" // SinkTypeBQ is the BQ sink dataset type SinkTypeBQ = "BQ" // ImageBuilderPodType is the image builder pod type ImageBuilderPodType = "image_builder" // DriverPodType is the spark driver pod type DriverPodType = "driver" // ExecutorPodType is the spark executor pod type ExecutorPodType = "executor" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.