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)