public class RuntimeContext extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
static RuntimeContext |
create(String jobId,
JobConf jobconf) |
File |
getInputDir(String tbl,
String partSpec) |
File |
getJobDir() |
File |
getJobFile() |
String |
getJobId() |
File |
getOutputDir(String label) |
File |
getResourceDir() |
static WareHouse |
getWareHouse() |
public static RuntimeContext create(String jobId, JobConf jobconf) throws IOException
IOExceptionpublic static WareHouse getWareHouse()
public boolean containsKey(String key)
public String getJobId()
public File getJobDir()
public File getJobFile()
public File getResourceDir()
Copyright © 2020 Alibaba Cloud Computing. All rights reserved.