apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.27k stars 1.15k forks source link

After fixing the setting ENABLE_HDFS=false, need 'hdfs' (your linux command not found) is still reported. #5081

Closed gujincheng closed 5 months ago

gujincheng commented 5 months ago

What is the purpose of the change

After fixing the setting ENABLE_HDFS=false, need 'hdfs' (your linux command not found) is still reported.

Related issues/PRs

Closed #5080

Brief change log

检查hdfs和hadoop cmd移到if [ "$ENABLE_HDFS" == "true" ]; 里

Checklist