From 1c0f8c9d46a4059f2e157114550649b054cb2673 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sun, 9 Feb 2020 23:54:04 +0800 Subject: [PATCH] Add gson and ORC file related dependency. --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index a490488..7d2f5da 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,26 @@ hadoop-client 3.0.0 + + com.google.code.gson + gson + 2.8.5 + + + org.apache.hive + hive-exec + 3.1.2 + + + org.apache.orc + orc-core + 1.6.2 + + + org.apache.hadoop + hadoop-hdfs + 3.2.1 +