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

feat(hadoop): Add hdfs-utils #566

Merged
merged 6 commits into from
Feb 19, 2024

Update conf.py

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

feat(hadoop): Add hdfs-utils #566

Update conf.py
66af677
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Feb 19, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (14)

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.
airflow/stackable/utils/entrypoint.sh|314 col 58| Double quote to prevent globbing and word splitting.
superset/stackable/patches/apply_patches.sh|38 col 7| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.