[
https://issues.apache.org/jira/browse/FLINK-7967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16261507#comment-16261507
]
ASF GitHub Bot commented on FLINK-7967:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/4946#discussion_r152405696
--- Diff: flink-dist/src/main/resources/flink-conf.yaml ---
@@ -151,6 +151,9 @@ jobmanager.web.port: 8081
# Path to the Hadoop configuration directory.
#
+# Warning: these keys are deprecated and will be removed in 1.5. Instead,
use
--- End diff --
I see your question on a specific future version for removing these keys
was not answered but I expect that it won't be for 1.5 if ever. I think we can
leave this at the deprecation notice and recommendation to use
`HADOOP_CONF_DIR` without stating a time for removal.
> Deprecate Hadoop specific Flink configuration options
> -----------------------------------------------------
>
> Key: FLINK-7967
> URL: https://issues.apache.org/jira/browse/FLINK-7967
> Project: Flink
> Issue Type: Improvement
> Components: Configuration
> Reporter: Till Rohrmann
> Priority: Trivial
>
> I think we should deprecate the hadoop specific configuration options from
> Flink and encourage people to use instead the environment variable
> {{HADOOP_CONF_DIR}} to configure the Hadoop configuration directory. This
> includes:
> {code}
> fs.hdfs.hdfsdefault
> fs.hdfs.hdfssite
> fs.hdfs.hadoopconf
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)