commit 01e46ba1729ee8e66545f2bc6c52d567e1ba4a3a Author: Alan Gates Date: Tue Jul 25 10:10:22 2017 -0700 HIVE-17168 Create separate module for stand alone metastore diff --git pom.xml pom.xml index 99ba218..6f6d9f4 100644 --- pom.xml +++ pom.xml @@ -58,6 +58,7 @@ storage-api testutils packaging + standalone-metastore diff --git standalone-metastore/pom.xml standalone-metastore/pom.xml new file mode 100644 index 0000000..a60a9a6 --- /dev/null +++ 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 + + + +