You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Carl Steinbach <ca...@cloudera.com> on 2011/10/03 22:57:33 UTC

Review Request: HIVE-2243. Can't publish maven release artifacts to apache repository

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2153/
-----------------------------------------------------------

Review request for hive and John Sichi.


Summary
-------

Fix for HIVE-2243. Can't publish maven release artifacts to apache repository.

With this patch in place I verified that I am able to publish to the snapshot
and staging repositories as follows:

% ant maven-build -Dmvn.publish.repo=snapshots
% ant maven-publish -Dmvn.publish.repo=snaphots

% ant maven-build -Dmvn.publish.repo=staging -Dversion=0.9.0
% ant maven-publish -Dmvn.publish.repo=staging -Dversion=0.9.0

I also confirmed that this patch applies cleanly to the 0.8.0 branch.

Please note that I had to move several taskdefs from build-common.xml
to build.xml in order to avoid OOM errors.


This addresses bug HIVE-2243.
    https://issues.apache.org/jira/browse/HIVE-2243


Diffs
-----

  build-common.xml 9a738c9 
  build.xml 13b09c1 
  contrib/build.xml cf1711c 
  hbase-handler/build.xml 4990b13 
  ql/build.xml ca8ba86 

Diff: https://reviews.apache.org/r/2153/diff


Testing
-------

* Verified that I can publish maven artifacts to the snapshot and staging repos.
* Verified that the jar, package, and test targets still work.


Thanks,

Carl


Re: Review Request: HIVE-2243. Can't publish maven release artifacts to apache repository

Posted by Carl Steinbach <ca...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2153/
-----------------------------------------------------------

(Updated 2011-10-07 08:08:55.722617)


Review request for hive and John Sichi.


Changes
-------

Updating diff with https://issues.apache.org/jira/secure/attachment/12498125/HIVE-2243.2.patch.txt


Summary
-------

Fix for HIVE-2243. Can't publish maven release artifacts to apache repository.

With this patch in place I verified that I am able to publish to the snapshot
and staging repositories as follows:

% ant maven-build -Dmvn.publish.repo=snapshots
% ant maven-publish -Dmvn.publish.repo=snaphots

% ant maven-build -Dmvn.publish.repo=staging -Dversion=0.9.0
% ant maven-publish -Dmvn.publish.repo=staging -Dversion=0.9.0

I also confirmed that this patch applies cleanly to the 0.8.0 branch.

Please note that I had to move several taskdefs from build-common.xml
to build.xml in order to avoid OOM errors.


This addresses bug HIVE-2243.
    https://issues.apache.org/jira/browse/HIVE-2243


Diffs (updated)
-----

  ant/build.xml 17b3c3a 
  build-common.xml 9a738c9 
  build.xml 13b09c1 
  cli/build.xml add53e1 
  common/build.xml e8a0712 
  contrib/build.xml cf1711c 
  hbase-handler/build.xml 4990b13 
  hwi/build.xml 76bffa8 
  jdbc/build.xml 9d9a59e 
  metastore/build.xml 7f01f91 
  odbc/build.xml db9f4af 
  pdk/build.xml b1f6ed4 
  ql/build.xml ca8ba86 
  serde/build.xml 51ac8dd 
  service/build.xml 3c54625 
  shims/build.xml 9dadc8a 

Diff: https://reviews.apache.org/r/2153/diff


Testing
-------

* Verified that I can publish maven artifacts to the snapshot and staging repos.
* Verified that the jar, package, and test targets still work.


Thanks,

Carl