Skip to content

Commit

Permalink
Replace fake bucket with explicit placeholder (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 authored Oct 14, 2024
1 parent 9508f3d commit 193b64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/shuffle_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
stage_in:
script: /slurm/jobs/data_migrate/stage_in.sh
environment:
MIGRATE_SRC: gs://slurm-input/input.dat
MIGRATE_SRC: gs://<INPUT BUCKET>/input.dat
MIGRATE_DEST: $HOME/input.dat

# Main job
Expand All @@ -20,4 +20,4 @@ stage_out:
script: /slurm/jobs/data_migrate/stage_out.sh
environment:
MIGRATE_SRC: $HOME/output.dat
MIGRATE_DEST: gs://slurm-output/output.dat
MIGRATE_DEST: gs://<OUTPUT BUCKET>/output.dat

0 comments on commit 193b64c

Please sign in to comment.