GitHub user peterableda opened a pull request: https://github.com/apache/flume/pull/87
Remove `hostHeader = hostname` property from Host interceptor example We are overriding the host header name from `host` to `hostname` in the example usage section. Due to this example users are overriding the header name too but still use the `%{host}` substitution as shown in the HDFS Sink section. This won't work for them. This change removes this config line. You can merge this pull request into a Git repository by running: $ git pull https://github.com/peterableda/flume fix/doc1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/87.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #87 ---- commit deaec33ed469e805f46ce828b162654e99dec182 Author: Peter Ableda <peter.abl...@cloudera.com> Date: 2016-11-18T15:02:02Z Remove `hostHeader = hostname` property from Host interceptor example We are overriding the host header name from `host` to `hostname` in the example usage section. Due to this example users are overriding the header name too but still use the `%{host}` substitution as shown in the HDFS Sink section. This won't work for them. This change removes this config line. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---