You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/06/21 00:50:00 UTC

[jira] [Commented] (IMPALA-12174) Work around Kudu repo.spring.io build issue for native-toolchain

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

Joe McDonnell commented on IMPALA-12174:
----------------------------------------

This was addressed in [https://github.com/cloudera/native-toolchain/commit/ef7766de1ff4ce79c68d8ab4c681c82277e87ae0] :
{noformat}
commit ef7766de1ff4ce79c68d8ab4c681c82277e87ae0
Author: Joe McDonnell <jo...@cloudera.com>
Date:   Tue May 30 21:25:22 2023 -0700    IMPALA-12174: Workaround Kudu repo.spring.io build issue
    
    Kudu gets propdeps-plugin from repo.spring.io. This repository
    has started restricting acccess and this artifact is no
    longer accessible. This patches Kudu to use the equivalent
    gradle.plugin.cn.bestwu.gradle:propdeps-plugin. This is
    strictly a build plugin and has no functional impact.
    
    This will be removed when Kudu addresses this upstream.
    This patch can be backported to older toolchains to avoid
    needing custom Kudu versions.
    
    Testing:
     - The build succeeds with this change.
    
    Change-Id: I3eee742fce4e8fb943872eee2db3489c1b39053d
    Reviewed-on: http://gerrit.cloudera.org:8080/19960
    Reviewed-by: Jason Fehr <jf...@cloudera.com>
    Reviewed-by: Riza Suminto <ri...@cloudera.com>
    Tested-by: Joe McDonnell <jo...@cloudera.com>
{noformat}

> Work around Kudu repo.spring.io build issue for native-toolchain
> ----------------------------------------------------------------
>
>                 Key: IMPALA-12174
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12174
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.3.0
>            Reporter: Joe McDonnell
>            Priority: Major
>
> Kudu builds fail with this signature:
> {noformat}
> > Could not resolve all files for configuration ':buildSrc:compileClasspath'.
>    > Could not resolve io.spring.gradle:propdeps-plugin:0.0.10.RELEASE.
>      Required by:
>          project :buildSrc
>       > Could not resolve io.spring.gradle:propdeps-plugin:0.0.10.RELEASE.
>          > Could not get resource 'https://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.10.RELEASE/propdeps-plugin-0.0.10.RELEASE.pom'.
>             > Could not GET 'https://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.10.RELEASE/propdeps-plugin-0.0.10.RELEASE.pom'. Received status code 401 from server: {noformat}
> This will be fixed in Kudu upstream, but it is also useful to have a workaround patch and tracking JIRA for older toolchains with older versions of Kudu.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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