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

[jira] [Created] (HUDI-2664) Investigate: Dependency library sources are pulled during maven build

Manoj Govindassamy created HUDI-2664:
----------------------------------------

             Summary: Investigate: Dependency library sources are pulled during maven build
                 Key: HUDI-2664
                 URL: https://issues.apache.org/jira/browse/HUDI-2664
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Manoj Govindassamy
             Fix For: 0.10.0


Recently we encountered build slowness issue HUDI-2662 because of one of the dependent repositories was not reachable. Found that we are also downloading sources jar for several dependent libraries. The default maven build rule of skip sources and doc doesn't seem to work here. Tried explicitly updating the build scope, still didn't solve the issue. Need to investigate why sources jar are getting pulled for certain dependencies. 

 
{code:java}

[INFO] Including io.confluent:kafka-avro-serializer:jar:5.3.4 in the shaded jar.
Downloading from Maven Central: https://repo.maven.apache.org/maven2/io/confluent/kafka-avro-serializer/5.3.4/kafka-avro-serializer-5.3.4-sources.jar
Downloading from cloudera-repo-releases: https://repository.cloudera.com/artifactory/public/io/confluent/kafka-avro-serializer/5.3.4/kafka-avro-serializer-5.3.4-sources.jar
Downloading from confluent: https://packages.confluent.io/maven/io/confluent/kafka-avro-serializer/5.3.4/kafka-avro-serializer-5.3.4-sources.jar
Downloading from pentaho.org: https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/io/confluent/kafka-avro-serializer/5.3.4/kafka-avro-serializer-5.3.4-sources.jar
[WARNING] Could not get sources for io.confluent:kafka-avro-serializer:jar:5.3.4:compile
[INFO] Including io.confluent:common-config:jar:5.3.4 in the shaded jar.
Downloading from Maven Central: https://repo.maven.apache.org/maven2/io/confluent/common-config/5.3.4/common-config-5.3.4-sources.jar
Downloading from cloudera-repo-releases: https://repository.cloudera.com/artifactory/public/io/confluent/common-config/5.3.4/common-config-5.3.4-sources.jar
Downloading from confluent: https://packages.confluent.io/maven/io/confluent/common-config/5.3.4/common-config-5.3.4-sources.jar
Downloading from pentaho.org: https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/io/confluent/common-config/5.3.4/common-config-5.3.4-sources.jar
[WARNING] Could not get sources for io.confluent:common-config:jar:5.3.4:compile
[INFO] Including io.confluent:common-utils:jar:5.3.4 in the shaded jar.
Downloading from Maven Central: https://repo.maven.apache.org/maven2/io/confluent/common-utils/5.3.4/common-utils-5.3.4-sources.jar
Downloading from cloudera-repo-releases: https://repository.cloudera.com/artifactory/public/io/confluent/common-utils/5.3.4/common-utils-5.3.4-sources.jar
Downloading from confluent: https://packages.confluent.io/maven/io/confluent/common-utils/5.3.4/common-utils-5.3.4-sources.jar
Downloading from pentaho.org: https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/io/confluent/common-utils/5.3.4/common-utils-5.3.4-sources.jar

{code}



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