Skip to content

Commit acd7160

Browse files
committed
run 2
1 parent 299ace5 commit acd7160

File tree

1 file changed

+1
-1
lines changed
  • remove_infrequent_words2

1 file changed

+1
-1
lines changed

remove_infrequent_words2/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
RUN="2"
44
OUT_DIR="/disk3/user_work/runs/remove_infrequent_words${RUN}"
55

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
6+
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
77

88

0 commit comments

Comments
 (0)