Deprecated API


Contents
Deprecated Classes
org.apache.hadoop.zebra.mapred.BasicTableOutputFormat
           
org.apache.hadoop.zebra.mapred.TableInputFormat
           
org.apache.hadoop.zebra.mapred.TableRecordReader
           
org.apache.pig.impl.util.WrappedIOException
          This class was introduced to overcome the limitation that before Java 1.6, IOException did not have a constructor which took a Throwable argument. Since Pig code is now compiled with Java 1.6 and EvalFunc and LoadFunc user implementations should also use Java 1.6, they can use IOException instead. From Java 1.6, IOException has constructors which take a Throwable argument. 
 

Deprecated Fields
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.sJob
          Use UDFContext instead in the following way to get the job's Configuration:
UdfContext.getUdfContext().getJobConf()
 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce.sJobConf
          Use UDFContext instead in the following way to get the job's Configuration:
UdfContext.getUdfContext().getJobConf()
 
 

Deprecated Methods
org.apache.hadoop.zebra.tfile.TFile.Reader.createScanner(byte[], byte[])
          Use TFile.Reader.createScannerByKey(byte[], byte[]) instead. 
org.apache.hadoop.zebra.tfile.TFile.Reader.createScanner(RawComparable, RawComparable)
          Use TFile.Reader.createScannerByKey(RawComparable, RawComparable) instead. 
org.apache.pig.impl.PigContext.getConf()
          use PigContext.getProperties() instead 
org.apache.pig.PigServer.registerFunction(String, String)
           
org.apache.hadoop.zebra.mapreduce.TableInputFormat.requireSortedTable(JobContext, ZebraSortInfo)
            
org.apache.hadoop.zebra.mapred.TableInputFormat.setProjection(JobConf, String)
          Use TableInputFormat.setProjection(JobConf, ZebraProjection) instead. 
org.apache.hadoop.zebra.mapreduce.TableInputFormat.setProjection(JobContext, String)
          Use TableInputFormat.setProjection(JobContext, ZebraProjection) instead. 
org.apache.hadoop.zebra.mapred.BasicTableOutputFormat.setSchema(JobConf, String)
          Use BasicTableOutputFormat.setStorageInfo(JobConf, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapreduce.BasicTableOutputFormat.setSchema(JobContext, String)
          Use BasicTableOutputFormat.setStorageInfo(JobContext, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapred.BasicTableOutputFormat.setSortInfo(JobConf, String)
          Use BasicTableOutputFormat.setStorageInfo(JobConf, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapred.BasicTableOutputFormat.setSortInfo(JobConf, String, Class>)
          Use BasicTableOutputFormat.setStorageInfo(JobConf, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapreduce.BasicTableOutputFormat.setSortInfo(JobContext, String)
          Use BasicTableOutputFormat.setStorageInfo(JobContext, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapreduce.BasicTableOutputFormat.setSortInfo(JobContext, String, Class>)
          Use BasicTableOutputFormat.setStorageInfo(JobContext, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapred.BasicTableOutputFormat.setStorageHint(JobConf, String)
          Use BasicTableOutputFormat.setStorageInfo(JobConf, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapreduce.BasicTableOutputFormat.setStorageHint(JobContext, String)
          Use BasicTableOutputFormat.setStorageInfo(JobContext, ZebraSchema, ZebraStorageHint, ZebraSortInfo) instead. 
org.apache.hadoop.zebra.mapred.TableInputFormat.validateInput(JobConf)
           
org.apache.hadoop.zebra.mapreduce.TableInputFormat.validateInput(JobContext)
           
 



Copyright © ${year} The Apache Software Foundation