[ 
https://issues.apache.org/jira/browse/BEAM-4153?focusedWorklogId=94964&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-94964
 ]

ASF GitHub Bot logged work on BEAM-4153:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Apr/18 07:22
            Start Date: 25/Apr/18 07:22
    Worklog Time Spent: 10m 
      Work Description: echauchot closed pull request #5206: [BEAM-4153] Fixing 
performance test of spark, added option to trigger…
URL: https://github.com/apache/beam/pull/5206
 
 
   

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_Spark.groovy 
b/.test-infra/jenkins/job_beam_PerformanceTests_Spark.groovy
index ba719bfa5ba..2e62d0b2509 100644
--- a/.test-infra/jenkins/job_beam_PerformanceTests_Spark.groovy
+++ b/.test-infra/jenkins/job_beam_PerformanceTests_Spark.groovy
@@ -22,6 +22,10 @@ import common_job_properties
 job('beam_PerformanceTests_Spark'){
     // Set default Beam job properties.
     common_job_properties.setTopLevelMainJobProperties(delegate)
+    common_job_properties.enablePhraseTriggeringFromPullRequest(
+            delegate,
+            'Spark Performance Test',
+            'Run Spark Performance Test')
 
     // Run job in postcommit every 6 hours, don't trigger every push, and
     // don't email individual committers.
@@ -37,7 +41,8 @@ job('beam_PerformanceTests_Spark'){
       // There are currently problems uploading to Dataproc, so we use a file
       // already present on the machines as input.
       dpb_wordcount_input: '/etc/hosts',
-      config_override: 
'dpb_wordcount_benchmark.dpb_service.service_type=dataproc'
+      config_override: 
'dpb_wordcount_benchmark.dpb_service.service_type=dataproc',
+      bigquery_table: 'beam_performance.spark_pkp_results'
     ]
 
     common_job_properties.buildPerformanceTest(delegate, argMap)


 

----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 94964)
    Time Spent: 1h 20m  (was: 1h 10m)

> Performance tests for spark runner fail
> ---------------------------------------
>
>                 Key: BEAM-4153
>                 URL: https://issues.apache.org/jira/browse/BEAM-4153
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Etienne Chauchot
>            Assignee: Jason Kuster
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The error seems to be that one:
> BigQuery error in load operation: Error processing job
> 'apache-beam-testing:bqjob_r2527a0e444514f2b_00000162f128db2b_1': Invalid 
> schema
> update. Field timestamp has changed type from TIMESTAMP to FLOAT



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to