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

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

                Author: ASF GitHub Bot
            Created on: 29/Mar/19 07:23
            Start Date: 29/Mar/19 07:23
    Worklog Time Spent: 10m 
      Work Description: NikeNano commented on issue #8158: [BEAM-3072] updates 
to that the error handling and collected the fail…
URL: https://github.com/apache/beam/pull/8158#issuecomment-477895867
 
 
   @aaltay after thinking about it a bit more, could you elaborate on "errors 
are captured as expected" and I will add some tests for it. I have set it up so 
that errors are captured both if the command is not present and raise a more 
meaningful error, compare to default "No such file or director" [1]. If the 
command is valid but the arguments are incorrect an error is rased giving the 
command stating that the arguments are wrong. 
   
   @pabloem I have resolved the error in the build concerning the formatting. 
   
   [1] 
https://stackoverflow.com/questions/24306205/file-not-found-error-when-launching-a-subprocess-containing-piped-commands
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 220423)
    Time Spent: 2h 40m  (was: 2.5h)

> Improve error handling at staging time time for DataflowRunner
> --------------------------------------------------------------
>
>                 Key: BEAM-3072
>                 URL: https://issues.apache.org/jira/browse/BEAM-3072
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Assignee: niklas Hansson
>            Priority: Minor
>              Labels: starter, triaged
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> dependency.py calls out to external process to collect dependencies:
> https://github.com/apache/beam/blob/de7cc05cc67d1aa6331cddc17c2e02ed0efbe37d/sdks/python/apache_beam/runners/dataflow/internal/dependency.py#L263
> If these calls fails, the error is not clear. The error only tells what 
> failed but does not show the actual error message, and is not helpful for 
> users.
> As a general fix processes.py should have general better output collection 
> from failed processes.



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

Reply via email to