Commit 047fd93
committed
HDFS-17912. HttpFS: honor HTTPFS_CONFIG when sourcing httpfs-env.sh
hadoop-httpfs.sh sourced httpfs-env.sh from HADOOP_CONF_DIR only,
even though HTTPFS_CONFIG is already honored for -Dhttpfs.config.dir
in the same script. Use ${HTTPFS_CONFIG:-${HADOOP_CONF_DIR}} so both
paths agree. Backward compatible.1 parent f6182e5 commit 047fd93
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments