This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit c3efe2660dd161f9e32399d4d3a93c7a8abd912a
Author: 赵文恺 <[email protected]>
AuthorDate: Fri Sep 22 00:04:23 2023 +0800

    Update checkEnv.sh
    
    add hadoop command check
---
 linkis-dist/bin/checkEnv.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/linkis-dist/bin/checkEnv.sh b/linkis-dist/bin/checkEnv.sh
index 4ce5ff8c9..9efae6865 100644
--- a/linkis-dist/bin/checkEnv.sh
+++ b/linkis-dist/bin/checkEnv.sh
@@ -119,6 +119,9 @@ need_cmd $SHELL
 echo "check spark-sql"
 need_cmd spark-sql
 
+echo "check hadoop"
+need_cmd hadoop
+
 echo "<-----end to check used cmd---->"
 
 checkPythonAndJava


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to