This is a python appengine question, mapreduce 1.9.21

I have code writing lines to a blob in the local blobstore, then processing 
that using mapreduce BlobstoreLineInputReader. 

Given that the files api is going away, I thought I'd retarget all my 
processing to cloud storage.

I would expect to find a class called GoogleCloudStorageLineInputReader, 
but there isn't anything like that. 

Is there something way I can use GoogleCloudStorageInputReader to read 
lines? 

Another possibility is using GoogleCloudStorageRecordInputReader, but for 
that my input file needs to be in LevelDB format and I don't know how to 
create that except with a GoogleCloudStorageConsistentRecordOutputWriter, 
which I don't know how to use outside a mapreduce context. How might I do 
that?

Or am I doing this all wrong, is there some other possibility I've missed?



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/062df9e9-c3ff-4cec-b454-6ceafd5c62a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to