Explorar o código

HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.

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

Change-Id: Ib90d07f1ebe1ceaf91263e4d2aa09218e6d4e518
Steve Loughran %!s(int64=2) %!d(string=hai) anos
pai
achega
34d7fc45d8
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml

+ 9 - 0
hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml

@@ -128,10 +128,19 @@
       <artifactId>hadoop-openstack</artifactId>
       <scope>compile</scope>
     </dependency>
+<!--
+
+    This dependency has been cut from this release because
+    the cos library dependency broke the s3a client from interacting
+    with some AWS regions.
+    See HADOOP-18307.
+
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-cos</artifactId>
       <scope>compile</scope>
     </dependency>
+
+-->
   </dependencies>
 </project>