Uses of Class
org.apache.pig.backend.BackendException

Packages that use BackendException
org.apache.pig.backend.datastorage   
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
org.apache.pig.impl.streaming   
org.apache.pig.piggybank.storage   
 

Uses of BackendException in org.apache.pig.backend.datastorage
 

Subclasses of BackendException in org.apache.pig.backend.datastorage
 class DataStorageException
           
 

Uses of BackendException in org.apache.pig.backend.executionengine
 

Subclasses of BackendException in org.apache.pig.backend.executionengine
 class ExecException
           
 

Methods in org.apache.pig.backend.executionengine that throw BackendException
 void ExecutionEngine.killJob(String jobID)
          This method is called when a user requests to kill a job associated with the given job id.
 

Uses of BackendException in org.apache.pig.backend.hadoop.executionengine
 

Methods in org.apache.pig.backend.hadoop.executionengine that throw BackendException
abstract  void Launcher.kill()
           
 void HExecutionEngine.killJob(String jobID)
           
abstract  void Launcher.killJob(String jobID, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of BackendException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that throw BackendException
 void MapReduceLauncher.killJob(String jobID, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of BackendException in org.apache.pig.data
 

Subclasses of BackendException in org.apache.pig.data
 class FieldIsNullException
           
 

Uses of BackendException in org.apache.pig.impl.streaming
 

Subclasses of BackendException in org.apache.pig.impl.streaming
 class StreamingUDFException
           
 

Uses of BackendException in org.apache.pig.piggybank.storage
 

Methods in org.apache.pig.piggybank.storage that throw BackendException
protected  void SequenceFileLoader.setKeyType(Class<?> keyClass)
           
protected  void SequenceFileLoader.setValueType(Class<?> valueClass)
           
 



Copyright © 2007-2012 The Apache Software Foundation