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

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

cnauroth commented on PR #7883:
URL: https://github.com/apache/hadoop/pull/7883#issuecomment-3221983868

   Oops, I had to revert this. It works fine within the hadoop-gcp module, but 
the dependency convergence failures then just get pushed down to 
hadoop-tools-dist. (See below.) This wasn't caught in pre-commit, because at 
the time the distro wasn't including hadoop-gcp yet. (It was before #7877 went 
in.)
   
   We'll need to explore either upgrading the Guava version for the whole 
project or something else.
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (depcheck) on 
project hadoop-tools-dist: 
   [ERROR] Rule 0: 
org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with 
message:
   [ERROR] Failed while enforcing releasability.
   [ERROR] 
   [ERROR] Dependency convergence error for 
org.checkerframework:checker-qual:jar:2.5.2 paths to dependency are:
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile
   [ERROR]       +-com.google.guava:guava:jar:27.0-jre:compile
   [ERROR]         +-org.checkerframework:checker-qual:jar:2.5.2:compile
   [ERROR] and
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile
   [ERROR]       +-org.checkerframework:checker-qual:jar:3.49.0:compile
   [ERROR] 
   [ERROR] 
   [ERROR] Dependency convergence error for 
io.opentelemetry:opentelemetry-api:jar:1.38.0 paths to dependency are:
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-aliyun:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.aliyun.oss:aliyun-sdk-oss:jar:3.18.1:compile
   [ERROR]       +-com.aliyun:java-trace-api:jar:0.2.11-beta:compile
   [ERROR]         +-io.opentelemetry:opentelemetry-api:jar:1.38.0:compile
   [ERROR] and
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile
   [ERROR]       +-io.opentelemetry:opentelemetry-api:jar:1.47.0:compile
   [ERROR] 
   [ERROR] 
   [ERROR] Dependency convergence error for 
org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 paths to dependency are:
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile
   [ERROR]       +-com.google.guava:guava:jar:27.0-jre:compile
   [ERROR]         
+-org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
   [ERROR] and
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile
   [ERROR]       +-org.codehaus.mojo:animal-sniffer-annotations:jar:1.24:compile
   [ERROR] 
   [ERROR] 
   [ERROR] Dependency convergence error for 
com.google.j2objc:j2objc-annotations:jar:1.1 paths to dependency are:
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile
   [ERROR]       +-com.google.guava:guava:jar:27.0-jre:compile
   [ERROR]         +-com.google.j2objc:j2objc-annotations:jar:1.1:compile
   [ERROR] and
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile
   [ERROR]       +-com.google.j2objc:j2objc-annotations:jar:3.0.0:compile
   [ERROR] 
   [ERROR] 
   [ERROR] Dependency convergence error for 
com.google.guava:failureaccess:jar:1.0 paths to dependency are:
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile
   [ERROR]       +-com.google.guava:guava:jar:27.0-jre:compile
   [ERROR]         +-com.google.guava:failureaccess:jar:1.0:compile
   [ERROR] and
   [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT
   [ERROR]   +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile
   [ERROR]     +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile
   [ERROR]       +-com.google.guava:failureaccess:jar:1.0.2:compile
   ```
   




> 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