|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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() |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |