Trying to play with AWS sentiment analysis, I follow the tutorial
http://docs.aws.amazon.com/gettingstarted/latest/emr/getting-started-emr-sentiment-streaming-job.html
Step 5 describes how to create an EMR cluster to use map and process data stores in S3.
However, I get problems since
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
/usr/bin/python: No module named nltk
When the bootstrap action starts and the specified sh file is executed:
s3: //awsdocs/gettingstarted/latest/sentiment/config-nltk.sh
Does anyone have a hint on how to do this?
source
share