I'm using Google BigQuery and it provides few public sample tables. One of them is the wikipedia revision history [publicdata:samples.wikipedia]
For some testing purposes, I would like to export it and save it to Google Cloud Storage.
But if I run the export job in Googel BigQuery, it runs for 5 hours and the job fails :(
Only message returned was Errors: Backend error. Job aborted.
It may be because the data size is around 35GB. All other provided samples are less than 25 GB and I've successfully exported them to the Google Cloud Storage.
Does anyone know what the problem is and way to get around with it?