Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checkEnv.sh #4874

Closed

Conversation

zhaowenkai111
Copy link
Contributor

@zhaowenkai111 zhaowenkai111 commented Aug 27, 2023

Added detection script
pr:#4874

Added detection script
fi

if [ "$ENABLE_FLINK" == "true" ]; then
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing todo for "$ENABLE_FLINK" == "true" ?

function checkTrino(){
TrinoDISAddress="echo $TRINO_DISCOVERY_URL|awk -F'\"' '{print $1}'|awk -F';' '{print $1}'"
curl $TrinoDISAddress > /dev/null 2>&1
isSuccess "execute cmd: Trino service check"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

batter to check server status is ok

@casionone casionone closed this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants