You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2016/12/31 17:36:58 UTC

[jira] [Created] (BEAM-1235) BigQueryIO doesn't show the load job error to the user

Eugene Kirpichov created BEAM-1235:
--------------------------------------

             Summary: BigQueryIO doesn't show the load job error to the user
                 Key: BEAM-1235
                 URL: https://issues.apache.org/jira/browse/BEAM-1235
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-extensions
            Reporter: Eugene Kirpichov
            Assignee: Davor Bonaci


When a BigQuery load job fails, we only say that it failed, but don't show the error message.

https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L2339 doesn't put the jobStatus in the exception, and https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L2332 doesn't even log it.

User who hit the issue: http://stackoverflow.com/questions/41406891/bigquery-loads-manually-but-not-through-the-java-sdk



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)