[
https://issues.apache.org/jira/browse/HUDI-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen updated HUDI-2664:
-----------------------------
Fix Version/s: (was: 0.10.0)
> 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
> Priority: Major
> Fix For: 0.11.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.20.1#820001)