@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#getMapOutputRecords instead.
()
| 272 | * then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMapOutputRecords} instead. |
| 273 | */ |
| 274 | @Deprecated |
| 275 | abstract public long getMapOutputRecords(); |
| 276 | |
| 277 | /** |
| 278 | * @deprecated If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, |
no outgoing calls