From 2e9cc9dfab47d522275815a89f15b53c9733ed40 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Wed, 10 Jun 2015 18:34:03 -0700 Subject: [PATCH] Style. --- .../scala/org/apache/spark/deploy/yarn/Client.scala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala b/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala index 2155518e3f230..ce1c79b7bc588 100644 --- a/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala +++ b/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala @@ -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. */