Skip to content

Commit

Permalink
Merge pull request #261 from dmwm/nikodemas-patch-3
Browse files Browse the repository at this point in the history
Update sqoop rucio_table_dumps.sh
  • Loading branch information
nikodemas authored Jan 16, 2024
2 parents 496b4ac + 45a48d0 commit 7b68fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 7b68fff

Please sign in to comment.