You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Wenlong Lyu (JIRA)" <ji...@apache.org> on 2017/02/09 03:20:41 UTC

[jira] [Created] (FLINK-5749) Unset HADOOP_HOME and HADOOP_CONF_DIR from system environment when building flink

Wenlong Lyu created FLINK-5749:
----------------------------------

             Summary: Unset HADOOP_HOME and HADOOP_CONF_DIR from system environment when building flink
                 Key: FLINK-5749
                 URL: https://issues.apache.org/jira/browse/FLINK-5749
             Project: Flink
          Issue Type: Bug
            Reporter: Wenlong Lyu
            Assignee: Wenlong Lyu


Currently when we are trying to build flink on a machine with HADOOP_HOME environment variable set, Test data will be written to HDFS, instead of local tmp dir which is expected. This will cause tests failed. 
I suggest unset HADOOP_HOME and HADOOP_CONF_DIR environment variable in pom, to make sure maven run the test cases in the exactly way we want.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)