I am using mrjob for the first time and try to run the basic word count code on EMR. I followed every step in the document of mrjob here yet still got an error.
<ErrorResponse xmlns="http://elasticmapreduce.amazonaws.com/doc/2009-03-31"> <Error>
<Type>Sender</Type>
<Code>ValidationError</Code>
<Message>DescribeJobFlows API is deprecated. Please refer to http://docs.aws .amazon.com/ElasticMapReduce/latest/API/API_DescribeJobFlows.html for further in formation</Message> </Error> <RequestId>e300f5b0-3396-11e5-b377-5b3cd3427dd8</RequestId> </ErrorResponse>
What is the problem, how can I fix it?
The command line was as below
python C:\Users\Administrator\MyIpython\word_count.py -r emr C:\Users\Administrator\MyIpython\111.txt
I found someone having the same problem at mrjob google group here. Does it mean mrjob cannot function until a new release?