Skip to content

Commit

Permalink
can not both run hive2 and hive3
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Apr 8, 2024
1 parent 7aee5f8 commit d73a3fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/thirdparties/run-thirdparties-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@ if [[ "${RUN_KAFKA}" -eq 1 ]]; then
fi
fi

if [[ $RUN_HIVE -eq 1 && $RUN_HIVE3 -eq 1 ]]; then
echo "can not both run hive2 and hive3"
exit 1
fi

if [[ "${RUN_HIVE}" -eq 1 ]]; then
# hive2
# If the doris cluster you need to test is single-node, you can use the default values; If the doris cluster you need to test is composed of multiple nodes, then you need to set the IP_HOST according to the actual situation of your machine
Expand Down

0 comments on commit d73a3fd

Please sign in to comment.