Skip to content

Commit

Permalink
rename from nltk-hadoop to nltk_hadoop
Browse files Browse the repository at this point in the history
I need to use relative imports, so I'm renaming the project nltk_hadoop
because python doesn't like when you import nltk-hadoop since it has a space.
  • Loading branch information
zbsimon committed May 24, 2015
1 parent 379f74c commit 1500967
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added __init__.py
Empty file.
Empty file added mapreducers/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export HADOOP_VERSION=2.6.0
export AVRO_VERSION=1.7.7
export HADOOP_HOME=/shared/hadoop/current
export NLTK_HOME=/shared/patents/nltk-hadoop
export NLTK_HOME=/shared/patents/nltk_hadoop
export HADOOP_JAR=$HADOOP_HOME/share/hadoop/tools/lib/hadoop-streaming-$HADOOP_VERSION.jar
export AVRO_JAR=$NLTK_HOME/lib/avro-mapred-$AVRO_VERSION.jar
#export AVRO_JAR=$HADOOP_HOME/share/hadoop/common/lib/avro-mapred-$AVRO_VERSION.jar
Expand Down

0 comments on commit 1500967

Please sign in to comment.