Deprecated Methods |
org.apache.pig.LoadCaster.bytesToMap(byte[])
|
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.io.FileLocalizer.fileExists(String, DataStorage)
Use FileLocalizer.fileExists(String, PigContext) instead |
org.apache.pig.impl.io.FileLocalizer.fullPath(String, DataStorage)
Use FileLocalizer.fullPath(String, PigContext) instead |
org.apache.pig.impl.PigContext.getConf()
use PigContext.getProperties() instead |
org.apache.pig.impl.io.FileLocalizer.getTemporaryPath(ElementDescriptor, PigContext)
Use FileLocalizer.getTemporaryPath(PigContext) instead |
org.apache.pig.EvalFunc.isAsynchronous()
|
org.apache.pig.impl.io.FileLocalizer.isDirectory(String, DataStorage)
Use FileLocalizer.isDirectory(String, PigContext) instead. |
org.apache.pig.impl.io.FileLocalizer.isFile(String, DataStorage)
Use FileLocalizer.isFile(String, PigContext) instead |
org.apache.pig.impl.logicalLayer.schema.Schema.isTwoLevelAccessRequired()
twoLevelAccess is no longer needed |
org.apache.pig.impl.io.FileLocalizer.open(String, ExecType, DataStorage)
Use FileLocalizer.open(String, PigContext) instead |
org.apache.pig.data.Tuple.reference(Tuple)
|
org.apache.pig.data.BagFactory.registerBag(DataBag)
As of Pig 0.11, bags register with the SpillableMemoryManager themselves.
Register a bag with the
SpillableMemoryManager .
If the bags created by an implementation of BagFactory are managed by
the SpillableMemoryManager then this
method should be called each time a new bag is created. |
org.apache.hadoop.zebra.mapreduce.TableInputFormat.requireSortedTable(JobContext, ZebraSortInfo)
|
org.apache.hadoop.zebra.mapreduce.BasicTableOutputFormat.setMultipleOutputs(JobContext, String, Class extends ZebraOutputPartition>)
Use #setMultipleOutputs(JobContext, class extends ZebraOutputPartition>, Path ...) instead. |
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 extends RawComparator
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 extends RawComparator
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.pig.impl.logicalLayer.schema.Schema.setTwoLevelAccessRequired(boolean)
twoLevelAccess is no longer needed |
org.apache.hadoop.zebra.mapred.TableInputFormat.validateInput(JobConf)
|
org.apache.hadoop.zebra.mapreduce.TableInputFormat.validateInput(JobContext)
|