]> code.communitydata.science - cdsc_reddit.git/blobdiff - density/job_script.sh
make pass keyword arg to dataframe.drop
[cdsc_reddit.git] / density / job_script.sh
index 7dfac144d9612cd5890059e1724ec76241078d27..71cd969f24b5d4cbcf760369363ffcbc6bca417a 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/bash
+source ~/.bashrc
+echo $(hostname)
 start_spark_cluster.sh
-spark-submit --master spark://$(hostname):18899 overlap_density.py authors --inpath=/gscratch/comdata/output/reddit_similarity/comment_authors_10000.feather --outpath=/gscratch/comdata/output/reddit_density/comment_authors_10000.feather --agg=pd.DataFrame.sum
+spark-submit --verbose --master spark://$(hostname):43015 overlap_density.py authors --inpath=../../data/reddit_similarity/subreddit_comment_authors-tf_10k_LSI/600.feather --outpath=../../data/reddit_density/subreddit_author_tf_similarities_10K_LSI/600.feather --agg=pd.DataFrame.sum
 stop-all.sh

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