There was an error while loading. Please reload this page.
1 parent 299ace5 commit acd7160Copy full SHA for acd7160
remove_infrequent_words2/run.sh
@@ -3,6 +3,6 @@
3
RUN="2"
4
OUT_DIR="/disk3/user_work/runs/remove_infrequent_words${RUN}"
5
6
-OUTPUT="hdfs://dco-node121.dco.ethz.ch:54310/cw-combined-pruned-5000" MIN_WORD_COUNT=5000 /root/spark/bin/spark-submit --class RemoveInfrequentWordsApp ${OUT_DIR}/run.jar >> ${OUT_DIR}/log.log 2>&1
+OUTPUT="hdfs://dco-node121.dco.ethz.ch:54310/cw-combined-pruned-500" MIN_WORD_COUNT=500 /root/spark/bin/spark-submit --class RemoveInfrequentWordsApp ${OUT_DIR}/run.jar >> ${OUT_DIR}/log.log 2>&1
7
8
0 commit comments