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
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 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)
           
 

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.Path ActionCommand.ActionExecutorContext.getActionDir()
           
 org.apache.hadoop.fs.FileSystem ActionXCommand.ActionExecutorContext.getAppFileSystem()
           
 org.apache.hadoop.fs.FileSystem ActionCommand.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
 org.apache.hadoop.fs.FileSystem KerberosHadoopAccessorService.createFileSystem(String user, String group, org.apache.hadoop.conf.Configuration conf)
          Return a FileSystem created with the provided user/group.
 org.apache.hadoop.fs.FileSystem HadoopAccessorService.createFileSystem(String user, String group, org.apache.hadoop.conf.Configuration conf)
          Return a FileSystem created with the provided user/group.
 org.apache.hadoop.fs.FileSystem KerberosHadoopAccessorService.createFileSystem(String user, String group, URI uri, org.apache.hadoop.conf.Configuration conf)
          Return a FileSystem created with the provided user/group for the specified URI.
 org.apache.hadoop.fs.FileSystem HadoopAccessorService.createFileSystem(String user, String group, URI uri, org.apache.hadoop.conf.Configuration conf)
          Return a FileSystem created with the provided user/group for the specified URI.
 org.apache.hadoop.mapred.JobClient KerberosHadoopAccessorService.createJobClient(String user, String group, org.apache.hadoop.mapred.JobConf conf)
          Return a JobClient created with the provided user/group.
 org.apache.hadoop.mapred.JobClient HadoopAccessorService.createJobClient(String user, String group, 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 © 2012 Apache Software Foundation. All Rights Reserved.