Appengine Java MapReduce : Save all results in one google cloud file -


i wan't database export jobs in csv, think use mapreduce job, read datastore entity datastoreinput, in mapper, juste emit csv string current entity, , use valueprojectionreducer pass through values. cloudsqlfileoutput write 1 file each shards jobs. how export csv lines in 1 file mapreduce library ?

thanks.

set number of reducers 1. (in versions 0.5 done 1 output class.)


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -