diff --git a/docs/docs-site/content/administrator/configuration/connectors/_index.md b/docs/docs-site/content/administrator/configuration/connectors/_index.md index 4d896925d8e..bc260538726 100644 --- a/docs/docs-site/content/administrator/configuration/connectors/_index.md +++ b/docs/docs-site/content/administrator/configuration/connectors/_index.md @@ -175,8 +175,6 @@ Currently just substitute 'presto' with 'trino' or vice versa. ### Trino -Fork of PrestoSQL (hence still having 'presto' name in several parameters). - Install at least the 0.6.2 version of pyhive from https://github.com/gethue/PyHive or https://github.com/dropbox/PyHive ./build/env/bin/pip install pyhive diff --git a/tools/ci/check_for_website_dead_links.sh b/tools/ci/check_for_website_dead_links.sh index ac78a8b0bfd..3d0e82df235 100755 --- a/tools/ci/check_for_website_dead_links.sh +++ b/tools/ci/check_for_website_dead_links.sh @@ -43,11 +43,13 @@ if [ "$?" -eq "0" ]; muffet http://localhost:1313/ \ --exclude "https://issues.cloudera.org*|http://localhost:8005|http://localhost:5555*|https://issues.apache.org/jira*|https://github.com*\ - |http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*" \ + |http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*\ + |https://stackoverflow.com/questions/*|https://cdn.gethue.com/uploads/2021/02/peek-log-streams.gif\ + |http://my.vertica.com/download/*|http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html\ + |https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hue.html" \ --ignore-fragments \ --timeout 15 \ - --buffer-size 8192 \ - --concurrency 10 + --buffer-size 8192 LINT_EXIT_CODE=$? kill $HUGO_PID