Skip to content

Commit

Permalink
Use commons-lang3 in SignalLogger rather than commons-lang
Browse files Browse the repository at this point in the history
Spark only transitively depends on the latter, based on the Hadoop version.
  • Loading branch information
aarondav committed Jul 28, 2014
1 parent a7d145e commit 93c93bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package org.apache.spark.util

import org.apache.commons.lang.SystemUtils
import org.apache.commons.lang3.SystemUtils
import org.slf4j.Logger
import sun.misc.{Signal, SignalHandler}

Expand Down

0 comments on commit 93c93bf

Please sign in to comment.