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 sqoop rucio_table_dumps.sh #261

Merged
merged 2 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sqoop/curator/hdfs_cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Retention policy cleaner for CMS Monitoring HDFS paths
# shellcheck disable=SC2181

export PATH=$PATH:/usr/hdp/hadoop/bin

#######################################
# Deletes HDFS directory and print meaningful message
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion sqoop/scripts/rucio_table_dumps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
TZ=UTC
SCHEMA="CMS_RUCIO_PROD"
# Suggested order
RUCIO_TABLES="replicas dids contents dataset_locks locks rules rules_history requests_history subscriptions rses accounts account_limits"
RUCIO_TABLES="replicas dids contents dataset_locks locks rules rules_history requests_history subscriptions rses accounts account_limits bad_replicas deleted_dids"

myname=$(basename "$0")
BASE_PATH=$(util_get_config_val "$myname")
Expand Down
Loading