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

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

                Author: ASF GitHub Bot
            Created on: 06/Feb/20 22:14
            Start Date: 06/Feb/20 22:14
    Worklog Time Spent: 10m 
      Work Description: veblush commented on issue #10769: [BEAM-8889] Upgrades 
gcsio to 2.0.0
URL: https://github.com/apache/beam/pull/10769#issuecomment-583137074
 
 
   @suztomo Other modules don't have differences.
   
   ```
   Linkage Check difference on beam-sdks-java-core between master (1f94c99b) 
and upgrade-gcsio(a4cd4b4b):
   (no difference)
   
   
   Linkage Check difference on beam-sdks-java-io-google-cloud-platform between 
master (1f94c99b) and upgrade-gcsio(a4cd4b4b):
   (no difference)
   
   
   Linkage Check difference on beam-runners-google-cloud-dataflow-java between 
master (1f94c99b) and upgrade-gcsio(a4cd4b4b):
   Lines starting with '<' mean the errors are remedied in the branch (good)
   Lines starting with '>' mean the errors are introduced in the branch (bad)
   8030a8031,8033
   > (gson-2.2.4.jar) com.google.gson.stream.JsonReader's method getPath() is 
not found;
   >   referenced by 1 class file
   >     io.grpc.internal.JsonParser (grpc-core-1.25.0.jar)
   8043a8047,8051
   > gson-2.2.4.jar is at:
   >   org.apache.beam:beam-runners-google-cloud-dataflow-java:2.20.0-SNAPSHOT 
(compile) / 
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.20.0-SNAPSHOT
 (compile) / com.google.cloud.bigdataoss:gcsio:2.0.0 (compile) / 
com.google.code.gson:gson:2.2.4 (provided)
   >   and 1 dependency path.
   > grpc-core-1.25.0.jar is at:
   >   org.apache.beam:beam-runners-google-cloud-dataflow-java:2.20.0-SNAPSHOT 
(compile) / 
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.20.0-SNAPSHOT 
(compile) / io.grpc:grpc-core:1.25.0 (compile)
   
   
   Linkage Check difference on beam-sdks-java-io-hadoop-format between master 
(1f94c99b) and upgrade-gcsio(a4cd4b4b):
   (no difference)
   
   
   Linkage Check difference on beam-sdks-java-io-cassandra between master 
(1f94c99b) and upgrade-gcsio(a4cd4b4b):
   (no difference)
   ```
 
----------------------------------------------------------------
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: 383205)
    Remaining Estimate: 158.5h  (was: 158h 40m)
            Time Spent: 9.5h  (was: 9h 20m)

> 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: 9.5h
>  Remaining Estimate: 158.5h
>
> [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