]> code.communitydata.science - cdsc_reddit.git/blobdiff - datasets/job_script.sh
Refactor and reorganze.
[cdsc_reddit.git] / datasets / job_script.sh
diff --git a/datasets/job_script.sh b/datasets/job_script.sh
new file mode 100755 (executable)
index 0000000..d90b618
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+start_spark_cluster.sh
+spark-submit --master spark://$(hostname):18899 weekly_cosine_similarities.py term --outfile=/gscratch/comdata/users/nathante/subreddit_term_similarity_weekly_5000.parquet --topN=5000
+stop-all.sh

Community Data Science Collective || Want to submit a patch?