Skip to content
Snippets Groups Projects
Commit f5686380 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

actually submit the s5cmd job

parent 4c913204
No related branches found
No related tags found
1 merge request!9Draft: Partition parquet dataset for sync with s5cmd
...@@ -170,7 +170,7 @@ nparts=$(ls ${part_dir}/part* | wc -l) ...@@ -170,7 +170,7 @@ nparts=$(ls ${part_dir}/part* | wc -l)
# Create Array Job Script # # Create Array Job Script #
############################################################ ############################################################
{ cat; } << EOF { cat | sbatch; } << EOF
#!/bin/bash #!/bin/bash
# #
#SBATCH --job-name=s5-array-%a #SBATCH --job-name=s5-array-%a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment