[ 
https://issues.apache.org/jira/browse/HADOOP-19343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014798#comment-18014798
 ] 

ASF GitHub Bot commented on HADOOP-19343:
-----------------------------------------

pan3793 commented on code in PR #7883:
URL: https://github.com/apache/hadoop/pull/7883#discussion_r2284125866


##########
hadoop-tools/hadoop-gcp/pom.xml:
##########
@@ -427,6 +427,11 @@
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>33.1.0-jre</version>

Review Comment:
   the https://github.com/google/guava/blob/v33.4.8/README.md says:
   
   > 2. APIs without `@Beta` will remain binary-compatible for the indefinite
   >    future. (Previously, we sometimes removed such APIs after a deprecation
   >    period. The last release to remove non-`@Beta` APIs was Guava 21.0.) 
Even
   >    `@Deprecated` APIs will remain (again, unless they are `@Beta`). We 
have no
   >    plans to start removing things again, but officially, we're leaving our
   >    options open in case of surprises (like, say, a serious security 
problem).
   
   So Guava seems to ensure backward compatibility since 22, except for `@Beta` 
API? Suppose the GCS client does not use `@Beta` API, it is seems to be safe 
and simple to always use the latest Guava in the whole Hadoop project?





> Add native support for GCS connector
> ------------------------------------
>
>                 Key: HADOOP-19343
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19343
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 3.5.0
>            Reporter: Abhishek Modi
>            Assignee: Arunkumar Chacko
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: GCS connector for Hadoop.pdf, Google Cloud Storage 
> connector for Hadoop-1.pdf, Google Cloud Storage connector for Hadoop.pdf, 
> Google Cloud Storage connector for Hadoop.v1.pdf, Google Cloud Storage 
> connector for Hadoop_v1.pdf
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to