Removing un-used variable

This commit is contained in:
Patrick Wendell 2013-12-25 01:38:57 -08:00
parent 18ad419b52
commit bbc362833b

View file

@ -29,6 +29,4 @@ private[spark] object DriverState extends Enumeration {
// KILLED: A user manually killed this driver
// FAILED: Unable to run due to an unrecoverable error (e.g. missing jar file)
val SUBMITTED, RUNNING, FINISHED, RELAUNCHING, UNKNOWN, KILLED, FAILED = Value
val MAX_NUM_RETRY = 10
}