We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c5749 commit 5692124Copy full SHA for 5692124
1 file changed
docs/configuration.md
@@ -2248,8 +2248,8 @@ should be included on Spark's classpath:
2248
* `hdfs-site.xml`, which provides default behaviors for the HDFS client.
2249
* `core-site.xml`, which sets the default filesystem name.
2250
2251
-The location of these configuration files varies across CDH and HDP versions, but
2252
-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
2253
configurations on-the-fly, but offer a mechanisms to download copies of them.
2254
2255
To make these files visible to Spark, set `HADOOP_CONF_DIR` in `$SPARK_HOME/spark-env.sh`
0 commit comments