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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 1eb999a2 BIGTOP-3947. Fix build failure of Oozie due to insufficient 
test scope dependency on hive-service. (#1117)
1eb999a2 is described below

commit 1eb999a21d0c643b7c7f797ad926b393ff6dc265
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 16 18:19:26 2023 +0900

    BIGTOP-3947. Fix build failure of Oozie due to insufficient test scope 
dependency on hive-service. (#1117)
    
    (cherry picked from commit 60a4028b0085ffd25323ce69e74eaf7ee0870780)
---
 .../common/oozie/patch2-fix-hive-test-dependency.diff  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/bigtop-packages/src/common/oozie/patch2-fix-hive-test-dependency.diff 
b/bigtop-packages/src/common/oozie/patch2-fix-hive-test-dependency.diff
new file mode 100644
index 00000000..4366abf4
--- /dev/null
+++ b/bigtop-packages/src/common/oozie/patch2-fix-hive-test-dependency.diff
@@ -0,0 +1,18 @@
+diff --git a/core/pom.xml b/core/pom.xml
+index e472129b2..f582ed16a 100644
+--- a/core/pom.xml
++++ b/core/pom.xml
+@@ -517,6 +517,13 @@
+             <scope>test</scope>
+         </dependency>
+ 
++        <dependency>
++            <groupId>org.apache.hive</groupId>
++            <artifactId>hive-service</artifactId>
++            <version>${hive.version}</version>
++            <scope>test</scope>
++        </dependency>
++
+     </dependencies>
+ 
+     <build>

Reply via email to