You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Canbin Zheng (Jira)" <ji...@apache.org> on 2020/04/06 12:05:00 UTC

[jira] [Created] (FLINK-17008) Handle null value for HADOOP_CONF_DIR/HADOOP_HOME env in AbstractKubernetesParameters#getLocalHadoopConfigurationDirectory

Canbin Zheng created FLINK-17008:
------------------------------------

             Summary: Handle null value for HADOOP_CONF_DIR/HADOOP_HOME env in AbstractKubernetesParameters#getLocalHadoopConfigurationDirectory
                 Key: FLINK-17008
                 URL: https://issues.apache.org/jira/browse/FLINK-17008
             Project: Flink
          Issue Type: Bug
          Components: Deployment / Kubernetes
            Reporter: Canbin Zheng
             Fix For: 1.11.0


{{System.getenv(Constants.ENV_HADOOP_CONF_DIR)}} or {{System.getenv(Constants.HADOOP_HOME)}} could return null value if they are not set in the System environments, it's a minor improvement to take these situations into consideration.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)