Skip to content

Commit

Permalink
Edit conflicts
Browse files Browse the repository at this point in the history
Conflicts:
	yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
  • Loading branch information
unknown authored and unknown committed Apr 8, 2015
2 parents 52b29fe + aaacb42 commit 47c0014
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@ private[spark] class Client(
val formattedDetails = details
.map { case (k, v) =>
val newValue = Option(v).filter(_.nonEmpty).getOrElse("N/A")
s"\n\t $k: $newValue"
}
s"\n\t $k: $newValue" }
.mkString("")

// If DEBUG is enabled, log report details every iteration
Expand Down

0 comments on commit 47c0014

Please sign in to comment.