Get Job Result
data class GetJobResult(val done: Boolean, val driverControlFilesUri: String, val driverOutputResourceUri: String, val hadoopJob: HadoopJobResponse, val hiveJob: HiveJobResponse, val jobUuid: String, val labels: Map<String, String>, val pigJob: PigJobResponse, val placement: JobPlacementResponse, val prestoJob: PrestoJobResponse, val pysparkJob: PySparkJobResponse, val reference: JobReferenceResponse, val scheduling: JobSchedulingResponse, val sparkJob: SparkJobResponse, val sparkRJob: SparkRJobResponse, val sparkSqlJob: SparkSqlJobResponse, val status: JobStatusResponse, val statusHistory: List<JobStatusResponse>, val submittedBy: String, val yarnApplications: List<YarnApplicationResponse>)
Constructors
Link copied to clipboard
fun GetJobResult(done: Boolean, driverControlFilesUri: String, driverOutputResourceUri: String, hadoopJob: HadoopJobResponse, hiveJob: HiveJobResponse, jobUuid: String, labels: Map<String, String>, pigJob: PigJobResponse, placement: JobPlacementResponse, prestoJob: PrestoJobResponse, pysparkJob: PySparkJobResponse, reference: JobReferenceResponse, scheduling: JobSchedulingResponse, sparkJob: SparkJobResponse, sparkRJob: SparkRJobResponse, sparkSqlJob: SparkSqlJobResponse, status: JobStatusResponse, statusHistory: List<JobStatusResponse>, submittedBy: String, yarnApplications: List<YarnApplicationResponse>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a job.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard