Pinned Loading
-
Runs and distributes an activated py...
Runs and distributes an activated python environment to the spark cluster 1# set spark home to EMR default
2export SPARK_HOME='/usr/lib/spark/'
34# if want to use jupyter instead can specify "jupyter" as first arg
5if [ -z $1]; then
-
Run an activated python env on spark...
Run an activated python env on spark cluster 1import os
2import argparse
3import sys
4import pathlib
5import shutil
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.