@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#getReduceInputRecords instead.
()
| 279 | * then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getReduceInputRecords} instead. |
| 280 | */ |
| 281 | @Deprecated |
| 282 | abstract public long getReduceInputRecords(); |
| 283 | |
| 284 | /** |
| 285 | * @deprecated If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, |
no outgoing calls