Skip to content

Instantly share code, notes, and snippets.

@cigrainger
Created July 10, 2014 17:48
Show Gist options
  • Select an option

  • Save cigrainger/1aa5ae1aa196f9d4ffd5 to your computer and use it in GitHub Desktop.

Select an option

Save cigrainger/1aa5ae1aa196f9d4ffd5 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..250000}
do
nohup hadoop jar ./Mr.LDA/target/mrlda-0.9.0-SNAPSHOT-fatjar.jar \
cc.mrlda.VariationalInference \
-input abstracts/document -output abstracts-lda \
-term 100000 -topic $i -mapper 500 -reducer 276 >& lda.log &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment