Do you know any large datasets to experiment with Hadoop which is free/low cost? Any pointers/links related is appreciated.

Prefernce:

  • Atleast one GB of data.

  • Production log data of webserver.

Few of them which I found so far:

  1. http://dumps.wikimedia.org/enwiki/20100130/

  2. http://wiki.freebase.com/wiki/Data_dumps

  3. http://aws.amazon.com/publicdatasets/

Also can we run our own crawler to gather data from sites e.g. Wikipedia? Any pointers on how to do this is appreciated as well.

link|improve this question
feedback

5 Answers

up vote 2 down vote accepted

Few points about your question regarding crawling and wikipedia.

You have linked to the wikipedia data dumps and you can use the Cloud9 project from UMD to work with this data in Hadoop.

They have a page on this: Working with Wikipedia

Another datasource to add to the list is:

  • ClueWeb09 - 1 billion webpages collected between Jan and Feb 09. 5TB Compressed.

Using a crawler to generate data should be posted in a separate question to one about Hadoop/MapReduce I would say.

link|improve this answer
feedback

One obvious source: the Stack Overflow trilogy data dumps. These are freely available under the Creative Commons license.

link|improve this answer
feedback

This is a collection of 189 datasets for machine learning (which is one of the nicest applications for hadoop g): http://archive.ics.uci.edu/ml/datasets.html

link|improve this answer
feedback

It's no log file but maybe you could use the planet file from OpenStreetMap: http://wiki.openstreetmap.org/wiki/Planet.osm

CC licence, about 160 GB (unpacked)

There are also smaller files for each continent: http://wiki.openstreetmap.org/wiki/World

link|improve this answer
feedback

Continuously expanding collection of free large dataset resources is available processingbigdata community page

link|improve this answer
link is down. please correct – ludwigm Mar 26 at 20:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.