You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2020/10/14 05:39:51 UTC

[impala] branch master updated: IMPALA-9815: Update URL for cdh-releases-rcs maven repo

This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 481ea4a  IMPALA-9815: Update URL for cdh-releases-rcs maven repo
481ea4a is described below

commit 481ea4ab0d476a4aa491f99c2a4e376faddc0b03
Author: Joe McDonnell <jo...@cloudera.com>
AuthorDate: Tue Oct 13 12:08:18 2020 -0700

    IMPALA-9815: Update URL for cdh-releases-rcs maven repo
    
    We use repository.cloudera.com to get some Cloudera-patched
    depdencies required by the CDP Hadoop dependencies (e.g.
    log4j, logredactor, etc). The URL for repository.cloudera.com
    has changed from repository.cloudera.com/content/* to
    repository.cloudera.com/artifactory/*. It is possible that the
    old URL will be restored. To get things working, this updates
    the cdh-releases-rcs to the new URL.
    
    It turns out that cdh-releases-rcs contains all the
    artifacts that we would otherwise get from the third-party
    repository, so this replaces third-party with cdh-releases-rcs.
    
    Testing:
     - Ran build-all-options-ub1604
    
    Change-Id: I438305565a1e6b7515408a701e9f9e31f7cfd679
    Reviewed-on: http://gerrit.cloudera.org:8080/16594
    Reviewed-by: Tim Armstrong <ta...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 impala-parent/pom.xml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/impala-parent/pom.xml b/impala-parent/pom.xml
index f066071..3baac4d 100644
--- a/impala-parent/pom.xml
+++ b/impala-parent/pom.xml
@@ -148,7 +148,7 @@ under the License.
     </repository>
     <repository>
       <id>cdh.rcs.releases.repo</id>
-      <url>https://repository.cloudera.com/content/groups/cdh-releases-rcs</url>
+      <url>https://repository.cloudera.com/artifactory/cdh-releases-rcs</url>
       <name>CDH Releases Repository</name>
       <snapshots>
         <enabled>false</enabled>
@@ -178,14 +178,6 @@ under the License.
       </snapshots>
     </repository>
     <repository>
-      <id>cloudera.thirdparty.repo</id>
-      <url>https://repository.cloudera.com/content/repositories/third-party</url>
-      <name>Cloudera Third Party Repository</name>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
       <!--
       HWX Nexus is disabled. This is a tombstone to list out why:
       1. Snapshots are disabled because HWX Nexus contains snapshots of artifacts
@@ -218,9 +210,9 @@ under the License.
   </repositories>
   <pluginRepositories>
     <pluginRepository>
-      <id>cloudera.thirdparty.repo</id>
-      <url>https://repository.cloudera.com/content/repositories/third-party</url>
-      <name>Cloudera Third Party Repository</name>
+      <id>cdh.rcs.releases.repo</id>
+      <url>https://repository.cloudera.com/artifactory/cdh-releases-rcs</url>
+      <name>CDH Releases Repository</name>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>