Uses of Class
org.apache.oozie.client.OozieClientException

Packages that use OozieClientException
org.apache.oozie   
org.apache.oozie.action.oozie   
org.apache.oozie.client   
 

Uses of OozieClientException in org.apache.oozie
 

Methods in org.apache.oozie that throw OozieClientException
 CoordinatorAction LocalOozieClientCoord.getCoordActionInfo(String actionId)
          Get the info of a coordinator action.
 CoordinatorJob LocalOozieClientCoord.getCoordJobInfo(String jobId)
          Get the info of a coordinator job.
 List<CoordinatorJob> LocalOozieClientCoord.getCoordJobsInfo(String filter, int start, int len)
          Return the info of the coordinator jobs that match the filter.
 String LocalOozieClient.getJobId(String externalId)
          Return the workflow job Id for an external Id.
 WorkflowJob LocalOozieClient.getJobInfo(String jobId)
          Get the info of a workflow job.
 WorkflowJob LocalOozieClientCoord.getJobInfo(String jobId)
          Deprecated. 
 List<WorkflowJob> LocalOozieClient.getJobsInfo(String filter)
          Return the info of the workflow jobs that match the filter.
 List<WorkflowJob> LocalOozieClientCoord.getJobsInfo(String filter)
          Deprecated. 
 List<WorkflowJob> LocalOozieClient.getJobsInfo(String filter, int start, int len)
          Return the info of the workflow jobs that match the filter.
 List<WorkflowJob> LocalOozieClientCoord.getJobsInfo(String filter, int start, int len)
          Deprecated. 
 String LocalOozieClient.getProtocolUrl()
          Return the Oozie URL used by the client and server for WS communications.
 String LocalOozieClientCoord.getProtocolUrl()
          Return the Oozie URL used by the client and server for WS communications.
 void LocalOozieClient.kill(String jobId)
          Kill a workflow job.
 void LocalOozieClientCoord.kill(String jobId)
          Kill a coordinator job.
 void LocalOozieClient.reRun(String jobId, Properties conf)
          Rerun a workflow job.
 void LocalOozieClientCoord.reRun(String jobId, Properties conf)
          Deprecated. 
 List<JsonCoordinatorAction> LocalOozieClientCoord.reRunCoord(String jobId, String rerunType, String scope, boolean refresh, boolean noCleanup)
          Rerun coordinator actions.
 void LocalOozieClient.resume(String jobId)
          Resume a workflow job.
 void LocalOozieClientCoord.resume(String jobId)
          Resume a coordinator job.
 String LocalOozieClient.run(Properties conf)
          Submit and start a workflow job.
 String LocalOozieClientCoord.run(Properties conf)
          Submit and start a coordinator job.
 void LocalOozieClient.start(String jobId)
          Start a workflow job.
 void LocalOozieClientCoord.start(String jobId)
          Deprecated. 
 String LocalOozieClient.submit(Properties conf)
          Submit a workflow job.
 String LocalOozieClientCoord.submit(Properties conf)
          Submit a coordinator job.
 void LocalOozieClient.suspend(String jobId)
          Suspend a workflow job.
 void LocalOozieClientCoord.suspend(String jobId)
          Suspend a coordinator job.
 void LocalOozieClient.validateWSVersion()
          Validate that the Oozie client and server instances are protocol compatible.
 void LocalOozieClientCoord.validateWSVersion()
          Validate that the Oozie client and server instances are protocol compatible.
 

Uses of OozieClientException in org.apache.oozie.action.oozie
 

Methods in org.apache.oozie.action.oozie that throw OozieClientException
protected  String SubWorkflowActionExecutor.checkIfRunning(OozieClient oozieClient, String extId)
           
 

Uses of OozieClientException in org.apache.oozie.client
 

Methods in org.apache.oozie.client that throw OozieClientException
 T OozieClient.ClientCallable.call()
           
protected abstract  T OozieClient.ClientCallable.call(HttpURLConnection conn)
           
 void OozieClient.change(String jobId, String changeValue)
          Change a coordinator job.
protected  HttpURLConnection OozieClient.createConnection(URL url, String method)
          Create http connection to oozie server.
protected  HttpURLConnection AuthOozieClient.createConnection(URL url, String method)
          Create an authenticated connection to the Oozie server.
 String OozieClient.dryrun(Properties conf)
          dryrun for a given job
protected  com.cloudera.alfredo.client.Authenticator AuthOozieClient.getAuthenticator()
          Return the Alfredo Authenticator to use.
 CoordinatorAction OozieClient.getCoordActionInfo(String actionId)
          Get the info of a coordinator action.
 CoordinatorJob OozieClient.getCoordJobInfo(String jobId)
          Get the info of a coordinator job.
 CoordinatorJob OozieClient.getCoordJobInfo(String jobId, int start, int len)
          Get the info of a coordinator job and subset actions.
 List<CoordinatorJob> OozieClient.getCoordJobsInfo(String filter, int start, int len)
          Return the info of the coordinator jobs that match the filter.
 String OozieClient.getJobDefinition(String jobId)
          Get the definition of a workflow job.
 String OozieClient.getJobId(String externalId)
          Return the workflow job Id for an external Id.
 WorkflowJob OozieClient.getJobInfo(String jobId)
          Get the info of a workflow job.
 WorkflowJob OozieClient.getJobInfo(String jobId, int start, int len)
          Get the info of a workflow job and subset actions.
 String OozieClient.getJobLog(String jobId)
          Get the log of a workflow job.
 List<WorkflowJob> OozieClient.getJobsInfo(String filter)
          Return the info of the workflow jobs that match the filter.
 List<WorkflowJob> OozieClient.getJobsInfo(String filter, int start, int len)
          Return the info of the workflow jobs that match the filter.
 String OozieClient.getProtocolUrl()
          Return the Oozie URL used by the client and server for WS communications.
 List<String> OozieClient.getQueueDump()
          Return the Oozie queue's commands' dump
 String OozieClient.getServerBuildVersion()
          Return the Oozie server build version.
 void OozieClient.getSlaInfo(int start, int len)
          Print sla info about coordinator and workflow jobs and actions.
 OozieClient.SYSTEM_MODE OozieClient.getSystemMode()
          Returns if Oozie is in safe mode or not.
 WorkflowAction OozieClient.getWorkflowActionInfo(String actionId)
          Get the info of a workflow action.
 void OozieClient.kill(String jobId)
          Kill a workflow job.
 void OozieClient.reRun(String jobId, Properties conf)
          Rerun a workflow job.
 List<JsonCoordinatorAction> OozieClient.reRunCoord(String jobId, String rerunType, String scope, boolean refresh, boolean noCleanup)
          Rerun coordinator actions.
 void OozieClient.resume(String jobId)
          Resume a workflow job.
 String OozieClient.run(Properties conf)
          Submit and start a workflow job.
 void OozieClient.setSystemMode(OozieClient.SYSTEM_MODE status)
          Enable or disable safe mode.
 void OozieClient.start(String jobId)
          Start a workflow job.
 String OozieClient.submit(Properties conf)
          Submit a workflow job.
 String XOozieClient.submitMapReduce(Properties conf)
          Submit a Map/Reduce job via HTTP.
 String XOozieClient.submitPig(Properties conf, String pigScriptFile, String[] pigArgs)
          Submit a Pig job via HTTP.
 void OozieClient.suspend(String jobId)
          Suspend a workflow job.
 void OozieClient.validateWSVersion()
          Validate that the Oozie client and server instances are protocol compatible.
 



Copyright © 2011 Yahoo. All Rights Reserved.