Formatting...

This commit is contained in:
Mosharaf Chowdhury 2011-04-01 14:51:24 -07:00
parent 4636aea598
commit 733a130108
2 changed files with 2 additions and 2 deletions

View file

@ -747,7 +747,7 @@ extends Logging {
trackMV.start()
// TODO: Logging the following line makes the Spark framework ID not
// getting logged, cause it calls logInfo before log4j is initialized
// logInfo("TrackMultipleValues started...")
logInfo("TrackMultipleValues started...")
}
// Initialize DfsBroadcast to be used for broadcast variable persistence

View file

@ -764,7 +764,7 @@ extends Logging {
trackMV.start
// TODO: Logging the following line makes the Spark framework ID not
// getting logged, cause it calls logInfo before log4j is initialized
// logInfo("TrackMultipleValues started...")
logInfo("TrackMultipleValues started...")
}
// Initialize DfsBroadcast to be used for broadcast variable persistence