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

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

                Author: ASF GitHub Bot
            Created on: 10/Feb/20 21:39
            Start Date: 10/Feb/20 21:39
    Worklog Time Spent: 10m 
      Work Description: veblush commented on issue #10617: [BEAM-8889] Cleanup 
Beam to GCS connector interfacing code so it uses higher level objects such as 
GoogleCloudStorage.
URL: https://github.com/apache/beam/pull/10617#issuecomment-584370267
 
 
   I don't have a strong opinion over this as far as this option can be 
introduced as an opt-in and later an opt once it's considered reliable enough.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

            Worklog Id:     (was: 384760)
    Remaining Estimate: 154h 50m  (was: 155h)
            Time Spent: 13h 10m  (was: 13h)

> 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: 13h 10m
>  Remaining Estimate: 154h 50m
>
> [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)

Reply via email to