Skip to content

Commit

Permalink
updated absolute path for settings file in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zbsimon committed May 24, 2015
1 parent 10547aa commit c2ffe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

source /shared/patents/nltk-hadoop/settings.sh
source /shared/patents/nltk_hadoop/settings.sh
source /shared/patents/settings.sh
./mapred_tfidf.py -i hdfs:///patents/claims_splits -o hdfs:///patents/output/similarities -s stopwords.txt

0 comments on commit c2ffe6c

Please sign in to comment.