You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Anton Kurochkin (Jira)" <ji...@apache.org> on 2021/08/10 18:50:00 UTC

[jira] [Created] (BIGTOP-3575) Hive rpm build warning due to missing dependency

Anton Kurochkin created BIGTOP-3575:
---------------------------------------

             Summary: Hive rpm build warning due to missing dependency
                 Key: BIGTOP-3575
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3575
             Project: Bigtop
          Issue Type: Bug
          Components: hive, rpm
            Reporter: Anton Kurochkin


A warning occurs when building rpm packages for HIVE:
{code:java}
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/client/ldap/ldap-client-api/0.1-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/directory/client/ldap/ldap-client-api/0.1-SNAPSHOT/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/client/ldap/ldap-client-api/0.1-SNAPSHOT/ldap-client-api-0.1-SNAPSHOT.pom
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/directory/client/ldap/ldap-client-api/0.1-SNAPSHOT/ldap-client-api-0.1-SNAPSHOT.pom
[WARNING] The POM for org.apache.directory.client.ldap:ldap-client-api:jar:0.1-SNAPSHOT is missing, no dependency information available
... 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ hive-service ---
[WARNING] Missing POM for org.apache.directory.client.ldap:ldap-client-api:jar:0.1-SNAPSHOT
... {code}
The problem is solved in HIVE-21777.
 It is enough to apply the patch from this task.



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