Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Feb 22, 2018
1 parent 842b8ba commit ef97953
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ private[spark] trait H2OContextUtils extends Logging {
destination
}

/** Zip the H2O logs and return them as byte array */
/** Zip the H2O logs and store them to specified destination */
private def zipLogs(results: Array[Array[Byte]], clientResult: Array[Byte], topDir: String, destination: URI): URI = {
assert(H2O.CLOUD._memary.length == results.length, "Unexpected change in the cloud!")
val l = results.map(_.length).sum
Expand Down

0 comments on commit ef97953

Please sign in to comment.