From 56921247c5fff8cb113ce2c07a3ba74a4069ab51 Mon Sep 17 00:00:00 2001 From: anabranch Date: Wed, 19 Apr 2017 22:13:20 -0700 Subject: [PATCH 1/2] remove references to vendors --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2687f542b8bd..14c85b22f571 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2248,8 +2248,8 @@ should be included on Spark's classpath: * `hdfs-site.xml`, which provides default behaviors for the HDFS client. * `core-site.xml`, which sets the default filesystem name. -The location of these configuration files varies across CDH and HDP versions, but -a common location is inside of `/etc/hadoop/conf`. Some tools, such as Cloudera Manager, create +The location of these configuration files varies across hadoop versions, but +a common location is inside of `/etc/hadoop/conf`. Some tools create configurations on-the-fly, but offer a mechanisms to download copies of them. To make these files visible to Spark, set `HADOOP_CONF_DIR` in `$SPARK_HOME/spark-env.sh` From e74c2d6bcb2f8a2dc841b8b79d9200710f0dbd4c Mon Sep 17 00:00:00 2001 From: anabranch Date: Sun, 23 Apr 2017 16:14:57 -0700 Subject: [PATCH 2/2] fix --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 14c85b22f571..f9c14315c994 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2248,7 +2248,7 @@ should be included on Spark's classpath: * `hdfs-site.xml`, which provides default behaviors for the HDFS client. * `core-site.xml`, which sets the default filesystem name. -The location of these configuration files varies across hadoop versions, but +The location of these configuration files varies across Hadoop versions, but a common location is inside of `/etc/hadoop/conf`. Some tools create configurations on-the-fly, but offer a mechanisms to download copies of them.