xml - Uploading 4GB file to Amazon-S3 -


I am doing some very simple data mining (in fact, only one verb), as for my undergraduate program Research project.

I am going to use the Amazon Lowish Map Raidus.

I have 4 GB Need to upload XML file.

What is the best way to do this?

Upload small zip files and in some way unzip them in the bucket? Or upload a split file, and then use all the small files for mapping work?

Thank you

You should put this XML into a sequence file and bzip2, Or it should be decompressed in bzip2 and cloud.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -