From 4419f52bf0104cc44fc6b27183030876778bbdc4 Mon Sep 17 00:00:00 2001 From: jerryshao Date: Tue, 3 Jul 2018 10:15:30 +0800 Subject: [PATCH] Address the comments --- .../main/scala/org/apache/spark/internal/config/package.scala | 4 ++-- docs/running-on-yarn.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/scala/org/apache/spark/internal/config/package.scala b/core/src/main/scala/org/apache/spark/internal/config/package.scala index ded87f4614cbe..198096bf01e12 100644 --- a/core/src/main/scala/org/apache/spark/internal/config/package.scala +++ b/core/src/main/scala/org/apache/spark/internal/config/package.scala @@ -486,8 +486,8 @@ package object config { .doc("Comma-separated list of schemes for which resources will be downloaded to the " + "local disk prior to being added to YARN's distributed cache. For use in cases " + "where the YARN service does not support schemes that are supported by Spark, like http, " + - "https and ftp, or jars required to add to local YARN client's classpath. Wildcard '*' is" + - " denoted to download resources for all the schemes.") + "https and ftp, or jars required to be in the local YARN client's classpath. Wildcard " + + "'*' is denoted to download resources for all the schemes.") .stringConf .toSequence .createWithDefault(Nil) diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index d74e9658b63ed..0b265b0cb1b31 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -220,7 +220,7 @@ To use a custom metrics.properties for the application master and executors, upd Comma-separated list of schemes for which resources will be downloaded to the local disk prior to being added to YARN's distributed cache. For use in cases where the YARN service does not - support schemes that are supported by Spark, like http, https and ftp, or jars required to add to + support schemes that are supported by Spark, like http, https and ftp, or jars required to be in the local YARN client's classpath. Wildcard '*' is denoted to download resources for all the schemes.