[
https://issues.apache.org/jira/browse/BEAM-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317174#comment-16317174
]
ASF GitHub Bot commented on BEAM-3406:
--------------------------------------
chamikaramj closed pull request #4362: [BEAM-3406] Reduce the size of
file-based I/O tests
URL: https://github.com/apache/beam/pull/4362
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/.test-infra/jenkins/job_beam_PerformanceTests_FileBasedIO_IT.groovy
b/.test-infra/jenkins/job_beam_PerformanceTests_FileBasedIO_IT.groovy
index f6863ebec62..b41af717168 100644
--- a/.test-infra/jenkins/job_beam_PerformanceTests_FileBasedIO_IT.groovy
+++ b/.test-infra/jenkins/job_beam_PerformanceTests_FileBasedIO_IT.groovy
@@ -43,7 +43,7 @@ job('beam_PerformanceTests_FileBasedIO_IT') {
def pipelineArgs = [
project: 'apache-beam-testing',
tempRoot: 'gs://temp-storage-for-perf-tests',
- numberOfRecords: '100000000',
+ numberOfRecords: '1000000',
filenamePrefix:
'gs://temp-storage-for-perf-tests/filebased/${BUILD_ID}/TESTIOIT',
]
def pipelineArgList = []
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> FIeBasedIO IT fails due to "BigQuery error"
> -------------------------------------------
>
> Key: BEAM-3406
> URL: https://issues.apache.org/jira/browse/BEAM-3406
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Chamikara Jayalath
> Assignee: Ćukasz Gajowy
> Attachments: schema, textioit
>
>
> For example,
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PerformanceTests_FileBasedIO_IT/54/console
> beam_performance.filebasedioit_pkb_results
> /tmp/perfkitbenchmarker/runs/e2e3d02d/perfkit-bq-pub3ntgN3.json. Got return
> code (1).
> STDOUT: BigQuery error in load operation: No schema specified on job or table.
> STDERR:
> /usr/lib/google-cloud-sdk/platform/bq/third_party/oauth2client/contrib/gce.py:73:
> UserWarning: You have requested explicit scopes to be used with a GCE
> service account.
> Using this argument will have no effect on the actual scopes for tokens
> requested. These scopes are set at VM instance creation time and
> can't be overridden in the request.
> warnings.warn(_SCOPES_WARNING)
> Lukasz and Darek, can you take a look ?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)