Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Mar 21, 2015
1 parent c3742ae commit 5831656
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -233,7 +233,8 @@ private[history] class FsHistoryProvider(conf: SparkConf) extends ApplicationHis
} catch {
case e: Exception =>
logError(
s"Exception encountered when attempting to load application log ${fileStatus.getPath}", e)
s"Exception encountered when attempting to load application log ${fileStatus.getPath}",
e)
None
}
}.toSeq.sortWith(compareAppInfo)
Expand Down

0 comments on commit 5831656

Please sign in to comment.