diff --git build-common.xml build-common.xml
index e68ecea..3e27821 100644
--- build-common.xml
+++ build-common.xml
@@ -83,6 +83,7 @@
+
@@ -192,6 +193,7 @@
+
diff --git build.properties build.properties
index 2d293a6..5e59286 100644
--- build.properties
+++ build.properties
@@ -72,9 +72,9 @@ jsp.test.jar=${hadoop.root}/lib/jetty-ext/jsp-api.jar
common.jar=${hadoop.root}/lib/commons-httpclient-3.0.1.jar
# module names needed for build process
-iterate.hive.all=ant,shims,common,serde,metastore,ql,contrib,service,cli,jdbc,hwi,hbase-handler,pdk,builtins
-iterate.hive.modules=shims,common,serde,metastore,ql,contrib,service,cli,jdbc,hwi,hbase-handler,pdk,builtins
-iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,odbc,serde,service
+iterate.hive.all=ant,shims,common,serde,metastore,hcatalog,ql,contrib,service,cli,jdbc,hwi,hbase-handler,pdk,builtins
+iterate.hive.modules=shims,common,serde,metastore,hcatalog,ql,contrib,service,cli,jdbc,hwi,hbase-handler,pdk,builtins
+iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,hcatalog,odbc,serde,service
iterate.hive.thrift=ql,service,metastore,serde
iterate.hive.protobuf=ql
iterate.hive.cpp=odbc
diff --git build.xml build.xml
index b5c69d3..1b4e016 100644
--- build.xml
+++ build.xml
@@ -136,6 +136,7 @@
+
@@ -465,6 +466,7 @@
+
@@ -659,6 +661,7 @@
+
@@ -883,88 +886,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1052,6 +1055,8 @@
todir="${mvn.jar.dir}" />
+
+
+
+
+
@@ -1292,8 +1302,8 @@
output.file="${mvn.jar.dir}/hive-metastore-${version}.jar.asc"
gpg.passphrase="${gpg.passphrase}"/>
+
+
+
+
+
+
+
+
+
+
+
diff --git hcatalog/ivy.xml hcatalog/ivy.xml
new file mode 100644
index 0000000..bb38636
--- /dev/null
+++ hcatalog/ivy.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+ The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage.
+ https://cwiki.apache.org/confluence/display/Hive/Home
+
+
+
+
+
+
+
+
diff --git hcatalog/src/java/org/apache/hive/hcatalog/package-info.java hcatalog/src/java/org/apache/hive/hcatalog/package-info.java
new file mode 100644
index 0000000..07062fe
--- /dev/null
+++ hcatalog/src/java/org/apache/hive/hcatalog/package-info.java
@@ -0,0 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hive.hcatalog;