This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new ee28ba8  BIGTOP-3575. Fix Hive rpm build warning due to missing 
dependency. (#806)
ee28ba8 is described below

commit ee28ba8802c57fd2b9fa7f30ad8619999b8131c5
Author: Anton Kurochkin <[email protected]>
AuthorDate: Thu Aug 12 01:28:32 2021 +0300

    BIGTOP-3575. Fix Hive rpm build warning due to missing dependency. (#806)
---
 bigtop-packages/src/common/hive/patch6-HIVE-21777.diff | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/bigtop-packages/src/common/hive/patch6-HIVE-21777.diff 
b/bigtop-packages/src/common/hive/patch6-HIVE-21777.diff
new file mode 100644
index 0000000..a49e4bc
--- /dev/null
+++ b/bigtop-packages/src/common/hive/patch6-HIVE-21777.diff
@@ -0,0 +1,17 @@
+diff --git a/service/pom.xml b/service/pom.xml
+index 6723a70098..fdbecfaf84 100644
+--- a/service/pom.xml
++++ b/service/pom.xml
+@@ -299,6 +299,12 @@
+       <artifactId>apacheds-server-integ</artifactId>
+       <version>${apache-directory-server.version}</version>
+       <scope>test</scope>
++        <exclusions>
++            <exclusion>
++                <groupId>org.apache.directory.client.ldap</groupId>
++                <artifactId>ldap-client-api</artifactId>
++            </exclusion>
++        </exclusions>
+     </dependency>
+ 
+     <dependency>

Reply via email to