Uses of Class
org.apache.hcatalog.mapreduce.HCatTableInfo

Packages that use HCatTableInfo
org.apache.hcatalog.mapreduce   
 

Uses of HCatTableInfo in org.apache.hcatalog.mapreduce
 

Methods in org.apache.hcatalog.mapreduce that return HCatTableInfo
static HCatTableInfo HCatTableInfo.getInputTableInfo(java.lang.String serverUri, java.lang.String serverKerberosPrincipal, java.lang.String dbName, java.lang.String tableName)
          Initializes a new HCatTableInfo instance to be used with HCatInputFormat for reading data from a table.
static HCatTableInfo HCatTableInfo.getInputTableInfo(java.lang.String serverUri, java.lang.String serverKerberosPrincipal, java.lang.String dbName, java.lang.String tableName, java.lang.String filter)
          Initializes a new HCatTableInfo instance to be used with HCatInputFormat for reading data from a table.
static HCatTableInfo HCatTableInfo.getOutputTableInfo(java.lang.String serverUri, java.lang.String serverKerberosPrincipal, java.lang.String dbName, java.lang.String tableName, java.util.Map<java.lang.String,java.lang.String> partitionValues)
          Initializes a new HCatTableInfo instance to be used with HCatOutputFormat for writing data from a table.
 

Methods in org.apache.hcatalog.mapreduce with parameters of type HCatTableInfo
static void InitializeInput.setInput(org.apache.hadoop.mapreduce.Job job, HCatTableInfo inputInfo)
          Set the input to use for the Job.
static void HCatInputFormat.setInput(org.apache.hadoop.mapreduce.Job job, HCatTableInfo inputInfo)
          Set the input to use for the Job.
static void HCatOutputFormat.setOutput(org.apache.hadoop.mapreduce.Job job, HCatTableInfo outputInfo)
          Set the info about the output to write for the Job.
 

Constructors in org.apache.hcatalog.mapreduce with parameters of type HCatTableInfo
JobInfo(HCatTableInfo hcatTableInfo, HCatSchema tableSchema, java.util.List<PartInfo> partitions)
          Instantiates a new hcat job info.