File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ CORE_CONF corresponds to core-site.xml. fs_defaultFS=hdfs://namenode:8020 will b
38
38
```
39
39
<property><name>fs.defaultFS</name><value>hdfs://namenode:8020</value></property>
40
40
```
41
- To define dash inside a configuration parameter, use double underscore, such as YARN_CONF_yarn_log__ _ aggregation__ _ enable=true (yarn-site.xml):
41
+ To define dash inside a configuration parameter, use triple underscore, such as YARN_CONF_yarn_log__ _ aggregation__ _ enable=true (yarn-site.xml):
42
42
```
43
43
<property><name>yarn.log-aggregation-enable</name><value>true</value></property>
44
44
```
@@ -50,4 +50,4 @@ The available configurations are:
50
50
* /etc/hadoop/httpfs-site.xml HTTPFS_CONF
51
51
* /etc/hadoop/kms-site.xml KMS_CONF
52
52
53
- If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.
53
+ If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.
You can’t perform that action at this time.
0 commit comments