You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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