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

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

                Author: ASF GitHub Bot
            Created on: 15/Nov/18 16:15
            Start Date: 15/Nov/18 16:15
    Worklog Time Spent: 10m 
      Work Description: echauchot edited a comment on issue #6886: [BEAM-5906] 
Use dedicated BigQuery client for publishing Nexmark results
URL: https://github.com/apache/beam/pull/6886#issuecomment-439096598
 
 
   Perfect ! Thanks for great work Lukasz !
   python doc error is unrelated
   dataflow error is related to ConcurrentModificationException wich is being 
taken care of and is unrelated to current PR
   Merging

----------------------------------------------------------------
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: 166478)
    Time Spent: 6h 50m  (was: 6h 40m)

> Remove pipeline for publishing nexmark results to bigQuery and publish using 
> BigQuery API only
> ----------------------------------------------------------------------------------------------
>
>                 Key: BEAM-5906
>                 URL: https://issues.apache.org/jira/browse/BEAM-5906
>             Project: Beam
>          Issue Type: Improvement
>          Components: examples-nexmark
>            Reporter: Lukasz Gajowy
>            Assignee: Lukasz Gajowy
>            Priority: Minor
>          Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> There's no need to start a separate pipeline for uploading metrics results 
> from Nexmark suites to BigQuery. We can use an API designed for that and 
> place it in test-utils. Thanks to that: 
>  - it won't start a separate pipeline every time it publishes results
>  - other suites will be able to use that code
>  - We will not face problems like special long to int conversion due to 
> problems in BigQueryIO (eg. BEAM-4734) because we will use a thin API instead.



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

Reply via email to