You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ch...@apache.org on 2020/04/25 17:13:07 UTC

[hive] branch master updated: HIVE-23134 : Hive & Kudu interaction not available on ARM. (Zhenyu Zheng, reviewed by Chinna Rao Lalam)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new abbe72e  HIVE-23134 : Hive & Kudu interaction not available on ARM. (Zhenyu Zheng, reviewed by Chinna Rao Lalam)
abbe72e is described below

commit abbe72ecb955615d328a7ed26732c063a6240e1c
Author: Chinna Rao L <ch...@apache.org>
AuthorDate: Sat Apr 25 22:41:59 2020 +0530

    HIVE-23134 : Hive & Kudu interaction not available on ARM. (Zhenyu Zheng, reviewed by Chinna Rao Lalam)
---
 itests/qtest-kudu/pom.xml | 13 +++++++++++++
 kudu-handler/pom.xml      | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/itests/qtest-kudu/pom.xml b/itests/qtest-kudu/pom.xml
index f23399f..38ae964 100644
--- a/itests/qtest-kudu/pom.xml
+++ b/itests/qtest-kudu/pom.xml
@@ -318,6 +318,19 @@
       </dependencies>
     </profile>
     <profile>
+      <id>kudu-aarch64</id>
+      <activation>
+        <os>
+          <family>Unix</family>
+          <arch>aarch64</arch>
+        </os>
+      </activation>
+      <properties>
+        <!-- Kudu tests do not currently support aarch64 check KUDU-3007. -->
+        <exclude.tests>**/*.java</exclude.tests>
+      </properties>
+    </profile>
+    <profile>
       <id>kudu-mac</id>
       <activation>
         <os>
diff --git a/kudu-handler/pom.xml b/kudu-handler/pom.xml
index c4661fa..b8d2674 100644
--- a/kudu-handler/pom.xml
+++ b/kudu-handler/pom.xml
@@ -130,6 +130,19 @@
       </dependencies>
     </profile>
     <profile>
+      <id>kudu-aarch64</id>
+      <activation>
+        <os>
+          <family>Unix</family>
+          <arch>aarch64</arch>
+        </os>
+      </activation>
+      <properties>
+        <!-- Kudu tests do not currently support aarch64 check KUDU-3007. -->
+        <exclude.tests>**/*.java</exclude.tests>
+      </properties>
+    </profile>
+    <profile>
       <id>kudu-mac</id>
       <activation>
         <os>