|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HadoopAccessorException | |
---|---|
org.apache.oozie.action | |
org.apache.oozie.action.hadoop | |
org.apache.oozie.command.wf | |
org.apache.oozie.service |
Uses of HadoopAccessorException in org.apache.oozie.action |
---|
Methods in org.apache.oozie.action that throw HadoopAccessorException | |
---|---|
org.apache.hadoop.fs.Path |
ActionExecutor.Context.getActionDir()
|
org.apache.hadoop.fs.FileSystem |
ActionExecutor.Context.getAppFileSystem()
|
Uses of HadoopAccessorException in org.apache.oozie.action.hadoop |
---|
Methods in org.apache.oozie.action.hadoop that throw HadoopAccessorException | |
---|---|
protected org.apache.hadoop.mapred.JobClient |
JavaActionExecutor.createJobClient(ActionExecutor.Context context,
org.apache.hadoop.mapred.JobConf jobConf)
Create job client object |
protected void |
SqoopActionExecutor.getActionData(org.apache.hadoop.fs.FileSystem actionFs,
org.apache.hadoop.mapred.RunningJob runningJob,
org.apache.oozie.client.WorkflowAction action,
ActionExecutor.Context context)
Get the stats and external child IDs |
protected void |
PigActionExecutor.getActionData(org.apache.hadoop.fs.FileSystem actionFs,
org.apache.hadoop.mapred.RunningJob runningJob,
org.apache.oozie.client.WorkflowAction action,
ActionExecutor.Context context)
Get the stats and external child IDs for a pig job |
protected void |
JavaActionExecutor.getActionData(org.apache.hadoop.fs.FileSystem actionFs,
org.apache.hadoop.mapred.RunningJob runningJob,
org.apache.oozie.client.WorkflowAction action,
ActionExecutor.Context context)
Get the output data of an action. |
protected void |
HiveActionExecutor.getActionData(org.apache.hadoop.fs.FileSystem actionFs,
org.apache.hadoop.mapred.RunningJob runningJob,
org.apache.oozie.client.WorkflowAction action,
ActionExecutor.Context context)
|
static String |
LauncherMapperHelper.getRecoveryId(org.apache.hadoop.conf.Configuration launcherConf,
org.apache.hadoop.fs.Path actionDir,
String recoveryId)
|
org.apache.hadoop.fs.Path |
FsActionExecutor.getRecoveryPath(ActionExecutor.Context context)
|
static boolean |
LauncherMapperHelper.hasIdSwap(org.apache.hadoop.mapred.RunningJob runningJob,
String user,
String group,
org.apache.hadoop.fs.Path actionDir)
|
static void |
JavaActionExecutor.parseJobXmlAndConfiguration(ActionExecutor.Context context,
org.jdom.Element element,
org.apache.hadoop.fs.Path appPath,
org.apache.hadoop.conf.Configuration conf)
|
protected void |
PigActionExecutor.setActionCompletionData(ActionExecutor.Context context,
org.apache.hadoop.fs.FileSystem fs)
|
protected void |
JavaActionExecutor.setActionCompletionData(ActionExecutor.Context context,
org.apache.hadoop.fs.FileSystem actionFs)
Sets some data for the action on completion |
protected void |
HiveActionExecutor.setActionCompletionData(ActionExecutor.Context context,
org.apache.hadoop.fs.FileSystem actionFs)
|
static void |
LauncherMapperHelper.setupLauncherInfo(org.apache.hadoop.mapred.JobConf launcherConf,
String jobId,
String actionId,
org.apache.hadoop.fs.Path actionDir,
String recoveryId,
org.apache.hadoop.conf.Configuration actionConf,
String prepareXML)
|
Uses of HadoopAccessorException in org.apache.oozie.command.wf |
---|
Methods in org.apache.oozie.command.wf that throw HadoopAccessorException | |
---|---|
org.apache.hadoop.fs.Path |
ActionXCommand.ActionExecutorContext.getActionDir()
|
org.apache.hadoop.fs.FileSystem |
ActionXCommand.ActionExecutorContext.getAppFileSystem()
|
protected org.apache.hadoop.fs.FileSystem |
WfEndXCommand.getAppFileSystem(org.apache.oozie.client.WorkflowJob workflow)
|
Uses of HadoopAccessorException in org.apache.oozie.service |
---|
Methods in org.apache.oozie.service that throw HadoopAccessorException | |
---|---|
void |
HadoopAccessorService.checkSupportedFilesystem(URI uri)
checks configuration parameter if filesystem scheme is among the list of supported ones this makes system robust to filesystems other than HDFS also |
org.apache.hadoop.fs.FileSystem |
HadoopAccessorService.createFileSystem(String user,
URI uri,
org.apache.hadoop.conf.Configuration conf)
Return a FileSystem created with the provided user for the specified URI. |
org.apache.hadoop.mapred.JobClient |
HadoopAccessorService.createJobClient(String user,
org.apache.hadoop.mapred.JobConf conf)
Return a JobClient created with the provided user/group. |
protected void |
HadoopAccessorService.validateJobTracker(String jobTrackerUri)
Validate Job tracker |
protected void |
HadoopAccessorService.validateNameNode(String nameNodeUri)
Validate Namenode list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |