hudi-bot opened a new issue, #14903:
URL: https://github.com/apache/hudi/issues/14903
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}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-2664
- Type: Improvement
- Epic: https://issues.apache.org/jira/browse/HUDI-2261
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]