Using only a mapper (a Python script) and no reducer, how can I output a separate file with the key as the filename, for each line of output, rather than having long files o
You can either write to a text file on the local filesystem using python file functions or if you want to use HDFS use the Thrift API.