Index: build-common.xml
===================================================================
--- build-common.xml (revision 1457042)
+++ build-common.xml (working copy)
@@ -86,6 +86,7 @@
+
@@ -197,6 +198,7 @@
+
Index: build.properties
===================================================================
--- build.properties (revision 1457042)
+++ build.properties (working copy)
@@ -72,10 +72,10 @@
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,beeline,hwi,hbase-handler,pdk,builtins,testutils
-iterate.hive.modules=shims,common,serde,metastore,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,pdk,builtins,testutils
-iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,odbc,serde,service
-iterate.hive.thrift=ql,service,metastore,serde
+iterate.hive.all=ant,shims,common,serde,metastore,hcatalog,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,pdk,builtins,testutils
+iterate.hive.modules=shims,common,serde,metastore,hcatalog,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,pdk,builtins,testutils
+iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,hcatalog,odbc,serde,service
+iterate.hive.thrift=ql,service,metastore,hcatalog,serde
iterate.hive.protobuf=ql
iterate.hive.cpp=odbc
Index: build.xml
===================================================================
--- build.xml (revision 1457042)
+++ build.xml (working copy)
@@ -136,6 +136,7 @@
+
@@ -473,6 +474,7 @@
+
@@ -666,6 +668,7 @@
+
@@ -949,6 +952,7 @@
+
@@ -965,6 +969,7 @@
+
@@ -1066,6 +1071,8 @@
todir="${mvn.jar.dir}" />
+
+
+
+
+
@@ -1250,6 +1262,8 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -56,6 +55,7 @@
+
@@ -88,20 +88,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -113,17 +127,9 @@
-
-
-
-
-
-
-
-
-
+
Index: hcatalog/build.xml
===================================================================
--- hcatalog/build.xml (revision 0)
+++ hcatalog/build.xml (working copy)
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: hcatalog/ivy.xml
===================================================================
--- hcatalog/ivy.xml (revision 0)
+++ hcatalog/ivy.xml (working copy)
@@ -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
+
+
+
+
+
+
+
+
Index: hcatalog/src/java/org/apache/hive/hcatalog/package-info.java
===================================================================
--- hcatalog/src/java/org/apache/hive/hcatalog/package-info.java (revision 0)
+++ hcatalog/src/java/org/apache/hive/hcatalog/package-info.java (working copy)
@@ -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;
Index: hcatalog/src/test/.gitignore
===================================================================
--- hcatalog/src/test/.gitignore (revision 0)
+++ hcatalog/src/test/.gitignore (working copy)
@@ -0,0 +1,3 @@
+# Placeholder to keep this directory open for Git
+# Remove when there's code.
+*~