Basically I am running mapreduce so I'm going to pipe in to the reducer. What I'm having trouble with is how to specify a directory path which I will use with os.listdir to essentially get to and then compute all the files in that directory alone. But I know I only want what is in the last directory and not the sub-directories on that same level. I may consider also using fileinput(). Basically I am running mapreduce so I'm going t