Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrushali Channapattan committed Jan 17, 2015
1 parent 5658bb8 commit ae7087b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@ public Long getMegaByteMillis() {
}

/* in case of older versions of hadoop2
* hadoop2 counter of mb millis is not available
* then use slot millis counter
* the counter of mb millis is not available
* then use slot millis counter value
*/
if (this.mapMbMillis == Constants.NOTFOUND_VALUE) {
this.mapMbMillis = (mapMb * mapSlotMillis);
Expand Down

0 comments on commit ae7087b

Please sign in to comment.