public class RemoteSparkJobRef extends Object implements SparkJobRef
| Constructor and Description |
|---|
RemoteSparkJobRef(HiveConf hiveConf,
JobHandle<Serializable> jobHandler,
RemoteSparkJobStatus sparkJobStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelJob() |
String |
getJobId() |
SparkJobStatus |
getSparkJobStatus() |
int |
monitorJob() |
public RemoteSparkJobRef(HiveConf hiveConf, JobHandle<Serializable> jobHandler, RemoteSparkJobStatus sparkJobStatus)
public String getJobId()
getJobId in interface SparkJobRefpublic SparkJobStatus getSparkJobStatus()
getSparkJobStatus in interface SparkJobRefpublic boolean cancelJob()
cancelJob in interface SparkJobRefpublic int monitorJob()
monitorJob in interface SparkJobRefCopyright © 2019 The Apache Software Foundation. All Rights Reserved.