I have a working sentiment analysis program using NLTK which reads the text from a .txt file placed in my local machine. Now i would like to read txt file placed in Hadoop HDFS and perform same sentiment analysis.
How can i achieve this ?
Any pointers on this topic would be greatly appreciated !!!