Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Jun 11, 2015
1 parent a5e1f68 commit 2e9cc9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1194,11 +1194,11 @@ object Client extends Logging {
*
* This method uses two configuration values:
*
* - spark.yarn.config.localPath: a string that identifies a portion of the input path that may only
* be valid in the local process.
* - spark.yarn.config.clusterPath: a string with which to replace the local path. This may contain,
* for example, env variable references, which will be expanded by the NMs when starting
* containers.
* - spark.yarn.config.localPath: a string that identifies a portion of the input path that may
* only be valid in the local process.
* - spark.yarn.config.clusterPath: a string with which to replace the local path. This may
* contain, for example, env variable references, which will be expanded by the NMs when
* starting containers.
*
* If either config is not available, the input path is returned.
*/
Expand Down

0 comments on commit 2e9cc9d

Please sign in to comment.