Skip to content

Commit

Permalink
updated error message with new settings filename
Browse files Browse the repository at this point in the history
updating help message to reflect that we renamed with:
git mv hadoop-streaming-env.sh settings.sh
  • Loading branch information
zbsimon committed Apr 20, 2015
1 parent fcd29df commit 2332442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapred_tfidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_output_dir(sub_dir):
except KeyError as e:
err_msg = '''
ERROR: environment variable NLTK_HOME undefined
have you run "source hadoop-streaming-env.sh"?
have you run "source settings.sh"?
'''
print(err_msg, file=sys.stderr)
raise e
Expand Down

0 comments on commit 2332442

Please sign in to comment.