1

スクリプトを使用して夜通しのジョブを実行していました。それは多くのテーブルで機能し、その後約4時間前に7am ISTが奇妙な動作を開始しました現在、単一のコマンドでも同じエラーが発生します

bq load --max_bad_records=10 tbl163.a_V3_14Jun2012   a_V3_14Jun2012.log.gz ../schema/analyze.schema

エラー:

BigQuery error in load operation: Could not connect with BigQuery server, http
response status: 502

更新: たった今、次のエラーを受け取りました

You have encountered a bug in the BigQuery CLI. Please send an email to bigquery-    team@google.com to report this, with the following information:

========================================
== Platform ==
CPython:2.7.3:Linux-3.2.0-25-virtual-x86_64-with-Ubuntu-12.04-precise
== bq version ==
v2.0.6
== Command line ==
['/usr/local/bin/bq', 'load', '--max_bad_records=10', 'vizvrm299.analyze_VIZVRM299_26Jun2012', 'analyze_VIZVRM299_26Jun2012.log.gz', '../schema/analyze.schema']
== Error trace ==
File "build/bdist.linux-x86_64/egg/bq.py", line 614, in RunSafely
self.RunWithArgs(*args, **kwds)
File "build/bdist.linux-x86_64/egg/bq.py", line 791, in RunWithArgs
job = client.Load(table_reference, source, schema=schema, **opts)
File "build/bdist.linux-x86_64/egg/bigquery_client.py", line 1473, in Load
upload_file=upload_file, **kwds)
File "build/bdist.linux-x86_64/egg/bigquery_client.py", line 1228, in ExecuteJob
job_id=job_id)
File "build/bdist.linux-x86_64/egg/bigquery_client.py", line 1214, in     RunJobSynchronously
upload_file=upload_file, job_id=job_id)
File "build/bdist.linux-x86_64/egg/bigquery_client.py", line 1208, in StartJob
projectId=project_id).execute()
File "build/bdist.linux-x86_64/egg/bigquery_client.py", line 184, in execute
return super(BigqueryHttp, self).execute(**kwds)
File "build/bdist.linux-x86_64/egg/apiclient/http.py", line 644, in execute
_, body = self.next_chunk(http)
File "build/bdist.linux-x86_64/egg/apiclient/http.py", line 708, in next_chunk
raise ResumableUploadError("Failed to retrieve starting URI.")
========================================

Unexpected exception in load operation: Failed to retrieve starting URI.
4

1 に答える 1

0

この質問を締めくくるために、まだこれらのエラーを確認していますか? これはネットワーク構成の問題のようであり、bq コマンド ライン ツールの問題ではありません。ただし、ネットワークに問題がある場合、bq はジョブの挿入を再開する機能を提供していません。

于 2012-08-14T16:44:45.173 に答える