From 01e46ba1729ee8e66545f2bc6c52d567e1ba4a3a Mon Sep 17 00:00:00 2001 From: Alan Gates Date: Tue, 25 Jul 2017 10:10:22 -0700 Subject: [PATCH] HIVE-17168 Create separate module for stand alone metastore --- pom.xml | 1 + standalone-metastore/pom.xml | 58 ++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 standalone-metastore/pom.xml diff --git a/pom.xml b/pom.xml index 99ba21842573..6f6d9f4e4393 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ storage-api testutils packaging + standalone-metastore diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml new file mode 100644 index 000000000000..a60a9a6ab2d0 --- /dev/null +++ b/standalone-metastore/pom.xml @@ -0,0 +1,58 @@ + + + + 4.0.0 + + org.apache.hive + hive + 3.0.0-SNAPSHOT + ../pom.xml + + + hive-standalone-metastore + jar + Hive Standalone Metastore + + + .. + + + + + + org.apache.hive + hive-storage-api + ${storage-api.version} + + + + + + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito-all.version} + test + + + +