Uses of Class
org.apache.oozie.service.HadoopAccessorException

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 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.
static String LauncherMapper.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 LauncherMapper.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)
           
static void LauncherMapper.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
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.