@deprecated If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMapInputRecords instead.
()
| 265 | * then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMapInputRecords} instead. |
| 266 | */ |
| 267 | @Deprecated |
| 268 | abstract public long getMapInputRecords(); |
| 269 | |
| 270 | /** |
| 271 | * @deprecated If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, |
no outgoing calls