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

HDFS: Allow overriding datanode registration addresses #506

Merged
merged 7 commits into from
Jan 11, 2024

Changelog

242cbd8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

HDFS: Allow overriding datanode registration addresses #506

Changelog
242cbd8
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / shellcheck succeeded Jan 11, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (13)

airflow/stackable/utils/entrypoint.sh|314 col 58| Double quote to prevent globbing and word splitting.
hive/upload_new_postgres_driver_version.sh|52 col 18| Double quote to prevent globbing and word splitting.
hive/upload_new_postgres_driver_version.sh|52 col 49| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|13 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/.txt .
shared/log4shell.sh|14 col 33| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|23 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/
.txt .
shared/log4shell.sh|28 col 15| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|30 col 35| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|41 col 17| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|75 col 9| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|76 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|77 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|113 col 20| For loops over find output are fragile. Use find -exec or a while read loop.