]> code.communitydata.science - cdsc_reddit.git/blob - density/job_script.sh
changes for archiving.
[cdsc_reddit.git] / density / job_script.sh
1 #!/usr/bin/bash
2 source ~/.bashrc
3 echo $(hostname)
4 start_spark_cluster.sh
5 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
6 stop-all.sh

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