futureCall(new MapJob<>(getInputJobSpec(rowCount), getSettings()));
FutureValue<BigQueryStoreResult<GoogleCloudStorageFileSet>> extractJob =
futureCall(new ExtractMapReduceResult(), bqLoadJob);
return futureCall(
new BigQueryLoadGoogleCloudStorageFilesJob(DATASET_ID, TABLE_NAME, PROJECT_ID),
extractJob);
}