Skip to content

Commit

Permalink
Don't build hcatalog
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyfeng committed Feb 20, 2014
1 parent 45ce58c commit 52ed59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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,beeline,hwi,hbase-handler,testutils,hcatalog
iterate.hive.modules=shims,common,serde,metastore,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,testutils,hcatalog
iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,odbc,serde,service,hcatalog
iterate.hive.all=ant,shims,common,serde,metastore,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,testutils
iterate.hive.modules=shims,common,serde,metastore,ql,contrib,service,cli,jdbc,beeline,hwi,hbase-handler,testutils
iterate.hive.tests=ql,contrib,hbase-handler,hwi,jdbc,metastore,odbc,serde,service
iterate.hive.thrift=ql,service,metastore,serde
iterate.hive.protobuf=ql
iterate.hive.cpp=odbc
Expand Down
8 changes: 0 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,14 +509,6 @@
<chmod perm="ugo+x" type="file" parallel="false">
<fileset dir="${target.bin.dir}"/>
</chmod>

<!-- Package the hcat stuff and pull it up into Hive's build dir -->
<ant antfile="${hive.root}/hcatalog/build.xml" target="package"
inheritAll="false"/>
<mkdir dir="${target.dir}/hcatalog"/>
<copy todir="${target.dir}/hcatalog">
<fileset dir="${hive.root}/hcatalog/build/hcatalog-${version}"/>
</copy>
</target>


Expand Down

0 comments on commit 52ed59c

Please sign in to comment.