[
https://issues.apache.org/jira/browse/BEAM-8889?focusedWorklogId=413696&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-413696
]
ASF GitHub Bot logged work on BEAM-8889:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/20 02:45
Start Date: 01/Apr/20 02:45
Worklog Time Spent: 10m
Work Description: vnorigoog commented on issue #11183: [BEAM-8889]add
experiment flag use_grpc_for_gcs
URL: https://github.com/apache/beam/pull/11183#issuecomment-606995193
On Tue, Mar 31, 2020 at 7:09 PM Lukasz Cwik <[email protected]>
wrote:
> Did you run check task of the gradle project to cover
> spotbugs/checkstyle/unit tests/... since test only covers testing.
>
I didn't.
that explains the step I am missing.
thanks
> Also, I had to run the command locally after checking out your PR since
> the full error log in Jenkins points to a local file on the Jenkins host
> which isn't accessible.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/beam/pull/11183#issuecomment-606984664>, or
> unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/ALRAMQQEUEJMWXLAJ5U2JHTRKKO55ANCNFSM4LQRRJQQ>
> .
>
----------------------------------------------------------------
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: 413696)
Remaining Estimate: 146h (was: 146h 10m)
Time Spent: 22h (was: 21h 50m)
> Make GcsUtil use GoogleCloudStorage
> -----------------------------------
>
> Key: BEAM-8889
> URL: https://issues.apache.org/jira/browse/BEAM-8889
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Affects Versions: 2.16.0
> Reporter: Esun Kim
> Assignee: VASU NORI
> Priority: Major
> Labels: gcs
> Original Estimate: 168h
> Time Spent: 22h
> Remaining Estimate: 146h
>
> [GcsUtil|https://github.com/apache/beam/blob/master/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java]
> is a primary class to access Google Cloud Storage on Apache Beam. Current
> implementation directly creates GoogleCloudStorageReadChannel and
> GoogleCloudStorageWriteChannel by itself to read and write GCS data rather
> than using
> [GoogleCloudStorage|https://github.com/GoogleCloudPlatform/bigdata-interop/blob/master/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorage.java]
> which is an abstract class providing basic IO capability which eventually
> creates channel objects. This request is about updating GcsUtil to use
> GoogleCloudStorage to create read and write channel, which is expected
> flexible because it can easily pick up the new change; e.g. new channel
> implementation using new protocol without code change.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)