Closed GuoPhilipse closed 1 year ago
We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context. We will be here shortly.
If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.
WeChat Assistant | WeChat Public Account |
---|---|
Name | Description | Subscribe | Unsubscribe | Archive |
---|---|---|---|---|
dev@linkis.apache.org | community activity information | subscribe | unsubscribe | archive |
Search before asking
Linkis Component
linkis-commons
Steps to reproduce
HADOOP_CONF_DIR
is a hadoop conf ,which may controlled by user , we may not alway expect it to be empty.set
HADOOP_CONF_DIR
to a valid path export HADOOP_CONF_DIR=/BigData/run/hadoop/etc/hadoop/execute
mvn clean install
mvn clean installset
HADOOP_CONF_DIR
to be empty export HADOOP_CONF_DIR=execute
mvn clean install
mvn clean install
compile successful.Expected behavior
HADOOP_CONF_DIR
is a hadoop conf ,which may controlled by user , we may not alway expect it to be empty.Your environment
Anything else
No response
Are you willing to submit a PR?