has anyone ever used the file module in a map reduce script? i'm trying to append a line to an existing file each time the map or reduce step runs and I can't seem to figure out how to reference an existing file and append to it. i figure I can create the file in the getInputData step, append in reduce and save in summarize but the variable scope doesn't seem to cross the functions