Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpfs-policy
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
gpfs-policy
Merge requests
!46
Bugfix: Added numpy datetime as valid type for run_date
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix: Added numpy datetime as valid type for run_date
mdefende/gpfs-policy:bugfix-fix-timestamp-type
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Matthew K Defenderfer
requested to merge
mdefende/gpfs-policy:bugfix-fix-timestamp-type
into
main
3 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
fbc193ce
2 commits,
3 months ago
2 files
+
6
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
example-job-scripts/convert-to-hive.sh
+
5
−
4
Options
@@ -4,18 +4,19 @@
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=16
#SBATCH --mem=90G
#SBATCH --partition=amperenodes
#SBATCH --partition=amperenodes
-reserve
#SBATCH --time=02:00:00
#SBATCH --reservation=rc-gpfs
#SBATCH --gres=gpu:1
#SBATCH --output=out/hive-setup-%A-%a.out
#SBATCH --error=out/hive-setup-%A-%a.err
#SBATCH --array=0
-49
#SBATCH --array=0
module load Anaconda3
conda activate gpfs
parquets
=(
$(
find /data/rc/gpfs-policy/data
-path
"*/list-policy_data-project_list-path-external_slurm-*/parquet"
)
)
device
=
"data-project"
# data-project, data-user, or scratch
parquets
=(
$(
find /data/rc/gpfs-policy/data
-path
"*/list-policy_
${
device
}
_list-path-external_slurm-*2025-01-21*/parquet"
)
)
pq
=
${
parquets
[
${
SLURM_ARRAY_TASK_ID
}
]
}
convert-to-hive
--batch
\
@@ -23,4 +24,4 @@ convert-to-hive --batch \
--partition
=
amperenodes-reserve
\
--mem
=
120G
\
${
pq
}
\
/data/rc/gpfs-policy/data/gpfs-hive/
data-project
/data/rc/gpfs-policy/data/gpfs-hive/
${
device
}
Loading