You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/06/21 14:20:41 UTC

[GitHub] [hadoop] steveloughran opened a new pull request, #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

steveloughran opened a new pull request, #4481:
URL: https://github.com/apache/hadoop/pull/4481

   Workaround for HADOOP-18159; this ensures that projects declaring
   a dependency on hadoop-cloud-storage do _not_ have their s3 http
   connections broken by an out of date mozilla/public-suffix-list.txt
   resource on the classpath.
   
   Contributed by Steve Loughran
   
   
   
   ### Description of PR
   
   
   ### How was this patch tested?
   
   mvn clean install; verified dependencies of the module, full dist build and verification it is not in tools/lib
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
   
   


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [hadoop] steveloughran commented on pull request #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

Posted by GitBox <gi...@apache.org>.
steveloughran commented on PR #4481:
URL: https://github.com/apache/hadoop/pull/4481#issuecomment-1161843627

   1. i consider this part of the release process so will merge into the new 3.3.4 branch without awaiting approval
   2. it's tagged as draft as i don't want it in the old 3.3.3 branch


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [hadoop] hadoop-yetus commented on pull request #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

Posted by GitBox <gi...@apache.org>.
hadoop-yetus commented on PR #4481:
URL: https://github.com/apache/hadoop/pull/4481#issuecomment-1161949161

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |   6m 45s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.  |
   |||| _ branch-3.3.3 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  36m 18s |  |  branch-3.3.3 passed  |
   | +1 :green_heart: |  compile  |   0m 25s |  |  branch-3.3.3 passed  |
   | +1 :green_heart: |  mvnsite  |   0m 28s |  |  branch-3.3.3 passed  |
   | +1 :green_heart: |  javadoc  |   0m 29s |  |  branch-3.3.3 passed  |
   | +1 :green_heart: |  shadedclient  |  61m  9s |  |  branch has no errors when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 18s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 14s |  |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 14s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks issues.  |
   | +1 :green_heart: |  mvnsite  |   0m 16s |  |  the patch passed  |
   | +1 :green_heart: |  xml  |   0m  1s |  |  The patch has no ill-formed XML file.  |
   | +1 :green_heart: |  javadoc  |   0m 13s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  23m 23s |  |  patch has no errors when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 19s |  |  hadoop-cloud-storage in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 39s |  |  The patch does not generate ASF License warnings.  |
   |  |   |  95m  8s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4481/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hadoop/pull/4481 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml |
   | uname | Linux 5bd38ce8cc9d 4.15.0-169-generic #177-Ubuntu SMP Thu Feb 3 10:50:38 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | branch-3.3.3 / 74a38aa3d655926d34eed7d8bd6f164249ee91be |
   | Default Java | Private Build-1.8.0_312-8u312-b07-0ubuntu1~18.04-b07 |
   |  Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4481/1/testReport/ |
   | Max. process+thread count | 543 (vs. ulimit of 5500) |
   | modules | C: hadoop-cloud-storage-project/hadoop-cloud-storage U: hadoop-cloud-storage-project/hadoop-cloud-storage |
   | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4481/1/console |
   | versions | git=2.17.1 maven=3.6.0 |
   | Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [hadoop] steveloughran commented on pull request #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

Posted by GitBox <gi...@apache.org>.
steveloughran commented on PR #4481:
URL: https://github.com/apache/hadoop/pull/4481#issuecomment-1161813865

   dependencies for cloud-storage module.
   ```
   [INFO] 
   [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ hadoop-cloud-storage ---
   [INFO] Verbose not supported since maven-dependency-plugin 3.0
   [INFO] org.apache.hadoop:hadoop-cloud-storage:jar:3.3.3
   [INFO] +- org.apache.hadoop:hadoop-annotations:jar:3.3.3:compile
   [INFO] +- org.apache.hadoop:hadoop-common:jar:3.3.3:provided
   [INFO] |  +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:provided
   [INFO] |  +- org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile
   [INFO] |  +- com.google.guava:guava:jar:27.0-jre:compile
   [INFO] |  |  +- com.google.guava:failureaccess:jar:1.0:compile
   [INFO] |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
   [INFO] |  |  +- org.checkerframework:checker-qual:jar:2.5.2:compile
   [INFO] |  |  +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
   [INFO] |  |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
   [INFO] |  +- commons-cli:commons-cli:jar:1.2:provided
   [INFO] |  +- org.apache.commons:commons-math3:jar:3.1.1:provided
   [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
   [INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
   [INFO] |  +- commons-io:commons-io:jar:2.8.0:provided
   [INFO] |  +- commons-net:commons-net:jar:3.6:provided
   [INFO] |  +- commons-collections:commons-collections:jar:3.2.2:provided
   [INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:provided
   [INFO] |  +- jakarta.activation:jakarta.activation-api:jar:1.2.1:provided
   [INFO] |  +- org.eclipse.jetty:jetty-server:jar:9.4.43.v20210629:provided
   [INFO] |  |  +- org.eclipse.jetty:jetty-http:jar:9.4.43.v20210629:provided
   [INFO] |  |  \- org.eclipse.jetty:jetty-io:jar:9.4.43.v20210629:provided
   [INFO] |  +- org.eclipse.jetty:jetty-util:jar:9.4.43.v20210629:compile
   [INFO] |  +- org.eclipse.jetty:jetty-servlet:jar:9.4.43.v20210629:provided
   [INFO] |  |  \- org.eclipse.jetty:jetty-security:jar:9.4.43.v20210629:provided
   [INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:9.4.43.v20210629:provided
   [INFO] |  |  \- org.eclipse.jetty:jetty-xml:jar:9.4.43.v20210629:provided
   [INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:provided
   [INFO] |  +- com.sun.jersey:jersey-servlet:jar:1.19:provided
   [INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile
   [INFO] |  +- ch.qos.reload4j:reload4j:jar:1.2.18.3:provided
   [INFO] |  +- commons-beanutils:commons-beanutils:jar:1.9.4:provided
   [INFO] |  +- org.apache.commons:commons-configuration2:jar:2.1.1:provided
   [INFO] |  +- org.apache.commons:commons-lang3:jar:3.12.0:provided
   [INFO] |  +- org.apache.commons:commons-text:jar:1.4:provided
   [INFO] |  +- org.slf4j:slf4j-api:jar:1.7.36:compile
   [INFO] |  +- org.apache.avro:avro:jar:1.7.7:provided
   [INFO] |  |  \- com.thoughtworks.paranamer:paranamer:jar:2.3:provided
   [INFO] |  +- com.google.re2j:re2j:jar:1.1:provided
   [INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:provided
   [INFO] |  +- com.google.code.gson:gson:jar:2.8.9:compile
   [INFO] |  +- org.apache.hadoop:hadoop-auth:jar:3.3.3:provided
   [INFO] |  |  +- com.nimbusds:nimbus-jose-jwt:jar:9.8.1:compile
   [INFO] |  |  |  \- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
   [INFO] |  |  +- net.minidev:json-smart:jar:2.4.7:provided
   [INFO] |  |  |  \- net.minidev:accessors-smart:jar:2.4.7:provided
   [INFO] |  |  |     \- org.ow2.asm:asm:jar:5.0.4:provided
   [INFO] |  |  +- org.apache.curator:curator-framework:jar:4.2.0:provided
   [INFO] |  |  \- org.apache.kerby:kerb-simplekdc:jar:1.0.1:provided
   [INFO] |  |     +- org.apache.kerby:kerb-client:jar:1.0.1:provided
   [INFO] |  |     |  +- org.apache.kerby:kerby-config:jar:1.0.1:provided
   [INFO] |  |     |  +- org.apache.kerby:kerb-common:jar:1.0.1:provided
   [INFO] |  |     |  |  \- org.apache.kerby:kerb-crypto:jar:1.0.1:provided
   [INFO] |  |     |  +- org.apache.kerby:kerb-util:jar:1.0.1:provided
   [INFO] |  |     |  \- org.apache.kerby:token-provider:jar:1.0.1:provided
   [INFO] |  |     \- org.apache.kerby:kerb-admin:jar:1.0.1:provided
   [INFO] |  |        +- org.apache.kerby:kerb-server:jar:1.0.1:provided
   [INFO] |  |        |  \- org.apache.kerby:kerb-identity:jar:1.0.1:provided
   [INFO] |  |        \- org.apache.kerby:kerby-xdr:jar:1.0.1:provided
   [INFO] |  +- org.apache.curator:curator-client:jar:4.2.0:provided
   [INFO] |  +- org.apache.curator:curator-recipes:jar:4.2.0:provided
   [INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
   [INFO] |  +- org.apache.commons:commons-compress:jar:1.21:provided
   [INFO] |  +- org.apache.kerby:kerb-core:jar:1.0.1:provided
   [INFO] |  |  \- org.apache.kerby:kerby-pkix:jar:1.0.1:provided
   [INFO] |  |     +- org.apache.kerby:kerby-asn1:jar:1.0.1:provided
   [INFO] |  |     \- org.apache.kerby:kerby-util:jar:1.0.1:provided
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile
   [INFO] |  +- org.codehaus.woodstox:stax2-api:jar:4.2.1:provided
   [INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:5.3.0:provided
   [INFO] |  +- dnsjava:dnsjava:jar:2.1.7:provided
   [INFO] |  \- org.xerial.snappy:snappy-java:jar:1.1.8.2:provided
   [INFO] +- org.apache.hadoop:hadoop-aliyun:jar:3.3.3:compile
   [INFO] |  \- com.aliyun.oss:aliyun-sdk-oss:jar:3.13.0:compile
   [INFO] |     +- org.jdom:jdom2:jar:2.0.6:compile
   [INFO] |     +- org.codehaus.jettison:jettison:jar:1.1:compile
   [INFO] |     +- com.aliyun:aliyun-java-sdk-core:jar:4.5.10:compile
   [INFO] |     |  +- javax.xml.bind:jaxb-api:jar:2.2.11:compile
   [INFO] |     |  +- org.jacoco:org.jacoco.agent:jar:runtime:0.8.5:compile
   [INFO] |     |  +- org.ini4j:ini4j:jar:0.5.4:compile
   [INFO] |     |  +- io.opentracing:opentracing-api:jar:0.33.0:compile
   [INFO] |     |  \- io.opentracing:opentracing-util:jar:0.33.0:compile
   [INFO] |     |     \- io.opentracing:opentracing-noop:jar:0.33.0:compile
   [INFO] |     +- com.aliyun:aliyun-java-sdk-ram:jar:3.1.0:compile
   [INFO] |     \- com.aliyun:aliyun-java-sdk-kms:jar:2.11.0:compile
   [INFO] +- org.apache.hadoop:hadoop-aws:jar:3.3.3:compile
   [INFO] |  +- com.amazonaws:aws-java-sdk-bundle:jar:1.11.1026:compile
   [INFO] |  \- org.wildfly.openssl:wildfly-openssl:jar:1.0.7.Final:compile
   [INFO] +- org.apache.hadoop:hadoop-azure:jar:3.3.3:compile
   [INFO] |  +- com.microsoft.azure:azure-storage:jar:7.0.1:compile
   [INFO] |  |  \- com.microsoft.azure:azure-keyvault-core:jar:1.0.0:compile
   [INFO] |  +- org.eclipse.jetty:jetty-util-ajax:jar:9.4.43.v20210629:compile
   [INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
   [INFO] |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
   [INFO] +- org.apache.hadoop:hadoop-azure-datalake:jar:3.3.3:compile
   [INFO] |  \- com.microsoft.azure:azure-data-lake-store-sdk:jar:2.3.9:compile
   [INFO] \- org.apache.hadoop:hadoop-openstack:jar:3.3.3:compile
   [INFO]    +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
   [INFO]    \- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  0.962 s (Wall Clock)
   [INFO] Finished at: 2022-06-21T15:18:28+01:00
   [INFO] ------------------------------------------------------------------------
   ```


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [hadoop] steveloughran closed pull request #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

Posted by GitBox <gi...@apache.org>.
steveloughran closed pull request #4481: HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.
URL: https://github.com/apache/hadoop/pull/4481


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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