From 3b2533bb6295cb72e16e0d682b7b3f2a05120bf2 Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sun, 11 Aug 2024 09:19:41 +0800 Subject: [PATCH] install apache spark dependency for testing --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a8cddd..ced849d 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,26 @@ jackson-annotations 2.17.2 - + + + org.apache.spark + spark-core_2.13 + 3.4.3 + + + + org.apache.spark + spark-sql_2.13 + 3.4.3 + provided + + + + org.apache.spark + spark-mllib_2.13 + 3.4.3 + provided +