【发布时间】:2016-08-10 14:21:13
【问题描述】:
我在 Google 的 BigQuery 上加载较大的文件时遇到问题。问题是当我加载的文件少于 1000 行时,它加载时没有任何错误,但是当我加载的文件超过 10000 行时,我收到加载错误。
BigQuery error in load operation: Error processing job '......': Too many errors encountered.
工作是从 Redshift 导出数据并将其加载到 BigQuery。以下是我的工作方式(步骤):
1. Using "Unload" command, I am exporting Redshift table (having more than 160 columns) as a CSV file into S3
2. Transferring data to Google Cloud
3. Creating a table in BigQuery by specifying data source as Google Cloud bucket.
注意:我几乎使用了 Redshift“卸载”命令中的所有选项,但似乎 BigQuery 不了解更大文件的文件格式。
谁能建议这里可能是什么问题?
【问题讨论】:
-
@josh-haberman:你能看看我的问题吗?
标签: csv unix google-bigquery amazon-redshift