From efcce3c523291c819e82b5b9058ccc109c196db8 Mon Sep 17 00:00:00 2001 From: Yuqi Gu Date: Thu, 16 Nov 2017 10:04:23 +0000 Subject: [PATCH] Fix Hbase-spark Arm64 SnappyError The spark version in hbase is 1.6.0. And the snappy version based on hbase-1.6.0 do not support the Arm64. The patch is to update the dependency for snappy-java in hbase-spark. Jira: HBASE-19387 Change-Id: I02449baf43a5b49d1de7065682863ea822e4de88 Signed-off-by: Yuqi Gu --- hbase-spark/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index db2c03d6fda8..94e2b45cdeec 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -77,8 +77,18 @@ com.google.code.findbugs jsr305 + + + org.xerial.snappy + snappy-java + + + org.xerial.snappy + snappy-java + 1.1.4 + com.google.code.findbugs jsr305