Skip to content

Commit 6888044

Browse files
committed
Point README to published article
1 parent 9156457 commit 6888044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Minimal standalone PySpark portability example for:
66
- Singularity/Apptainer
77
- HPC-style environments with remapped runtime UIDs
88

9-
This repo is intentionally small and comes with a longer writeup in [ARTICLE_DRAFT.md](https://github.com/ans9868/simplified-pyspark/blob/main/ARTICLE_DRAFT.md).
9+
This repo is intentionally small and comes with a longer writeup on Medium: [How You Can Make PySpark Work Across Docker, Singularity, and HPC](https://medium.com/@adelnsahuc/how-you-can-make-pyspark-work-across-docker-singularity-and-hpc-890f55970c51).
1010

1111
## Variants
1212

@@ -116,4 +116,4 @@ export APPTAINER_TMPDIR=${SLURM_TMPDIR:-/tmp/$USER-apptainer}
116116
export TMPDIR=$APPTAINER_TMPDIR
117117
```
118118

119-
For the full debugging story, exact failure messages, and the rationale behind `baseline` vs `fixed`, see [ARTICLE_DRAFT.md](https://github.com/ans9868/simplified-pyspark/blob/main/ARTICLE_DRAFT.md).
119+
For the full debugging story, exact failure messages, and the rationale behind `baseline` vs `fixed`, see the Medium article: [How You Can Make PySpark Work Across Docker, Singularity, and HPC](https://medium.com/@adelnsahuc/how-you-can-make-pyspark-work-across-docker-singularity-and-hpc-890f55970c51).

0 commit comments

Comments
 (0)