You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Dezhi Cai (Jira)" <ji...@apache.org> on 2021/02/08 06:29:00 UTC

[jira] [Updated] (HUDI-1597) Maven build fail

     [ https://issues.apache.org/jira/browse/HUDI-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dezhi Cai updated HUDI-1597:
----------------------------
    Fix Version/s:     (was: 0.8.0)
                   0.5.1
                   0.5.2
                   0.6.0
                   0.5.3
      Description: 
maven build fail as spring repo no longer support anonymous download of 3rd-party Maven Central artifacts from [repo.spring.io.|https://repo.spring.io/]

master branch has been fixed, but other branches still have the problems 

affected branches:  0.7.0, 0.6.0, 0.5.3, 0.5.2 , 0.5.1

solution : backport the fix 

ref link : [https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020]

 

build error:

[INFO] Total time: 22.357 s (Wall Clock)
 [INFO] Finished at: 2021-02-08T13:21:10+08:00
 [INFO] ------------------------------------------------------------------------
 [ERROR] Failed to execute goal on project hudi-hadoop-mr: Could not resolve dependencies for project org.apache.hudi:hudi-hadoop-mr:jar:0.7.0: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde from/to libs-milestone ([https://repo.spring.io/libs-milestone/):] Authentication failed for [https://repo.spring.io/libs-milestone/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar] 401 Unauthorized -> [Help 1]
 [ERROR] 
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]

  was:
maven build fail as spring repo no longer support anonymous download of 3rd-party Maven Central artifacts from [repo.spring.io.|https://repo.spring.io/]

ref link : [https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020]

build error:

[INFO] Total time: 22.357 s (Wall Clock)
[INFO] Finished at: 2021-02-08T13:21:10+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hudi-hadoop-mr: Could not resolve dependencies for project org.apache.hudi:hudi-hadoop-mr:jar:0.7.0: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde from/to libs-milestone (https://repo.spring.io/libs-milestone/): Authentication failed for https://repo.spring.io/libs-milestone/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar 401 Unauthorized -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]


> Maven build fail
> ----------------
>
>                 Key: HUDI-1597
>                 URL: https://issues.apache.org/jira/browse/HUDI-1597
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Dezhi Cai
>            Priority: Blocker
>             Fix For: 0.5.1, 0.5.2, 0.6.0, 0.5.3, 0.7.0
>
>
> maven build fail as spring repo no longer support anonymous download of 3rd-party Maven Central artifacts from [repo.spring.io.|https://repo.spring.io/]
> master branch has been fixed, but other branches still have the problems 
> affected branches:  0.7.0, 0.6.0, 0.5.3, 0.5.2 , 0.5.1
> solution : backport the fix 
> ref link : [https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020]
>  
> build error:
> [INFO] Total time: 22.357 s (Wall Clock)
>  [INFO] Finished at: 2021-02-08T13:21:10+08:00
>  [INFO] ------------------------------------------------------------------------
>  [ERROR] Failed to execute goal on project hudi-hadoop-mr: Could not resolve dependencies for project org.apache.hudi:hudi-hadoop-mr:jar:0.7.0: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde from/to libs-milestone ([https://repo.spring.io/libs-milestone/):] Authentication failed for [https://repo.spring.io/libs-milestone/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar] 401 Unauthorized -> [Help 1]
>  [ERROR] 
>  [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>  [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>  [ERROR]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)