Author: gates
Date: Mon Jun 13 22:18:51 2011
New Revision: 1135322
URL: http://svn.apache.org/viewvc?rev=1135322&view=rev
Log:
Preparing for release 0.1.0
Modified:
incubator/hcatalog/branches/branch-0.1/CHANGES.txt
incubator/hcatalog/branches/branch-0.1/RELEASE_NOTES.txt
incubator/hcatalog/branches/branch-0.1/build.xml
Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1135322&r1=1135321&r2=1135322&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Mon Jun 13 22:18:51 2011
@@ -1,6 +1,6 @@
Apache HCatalog Change Log
-Release 0.1.0 - Unreleased
+Release 0.1.0
INCOMPATIBLE CHANGES
Modified: incubator/hcatalog/branches/branch-0.1/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/RELEASE_NOTES.txt?rev=1135322&r1=1135321&r2=1135322&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/RELEASE_NOTES.txt (original)
+++ incubator/hcatalog/branches/branch-0.1/RELEASE_NOTES.txt Mon Jun 13
22:18:51 2011
@@ -22,8 +22,7 @@ Trying the Release
==================
1. Download hcatalog-0.1.0.tar.gz
2. Unpack the file: tar -xzvf hcatalog-0.1.0.tar.gz
-3. Move into the installation directory: cd hcatalog-0.1.0
-TODO need install instructions
+3. See the installation directions at
http://incubator.apache.org/hcatalog/docs/r0.1.0/install.html
4. To use with Hadoop MapReduce jobs, use the HCatInputFormat and
HCatOutputFormat classes.
5. To use with Pig, use the HCatLoader and HCatStorer classes.
Modified: incubator/hcatalog/branches/branch-0.1/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/build.xml?rev=1135322&r1=1135321&r2=1135322&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.1/build.xml Mon Jun 13 22:18:51 2011
@@ -26,7 +26,7 @@
================================================================================
-->
<!-- name and version -->
- <property name="hcatalog.version" value="0.1.0"/>
+ <property name="hcatalog.version" value="0.1.1"/>
<property name="hcatalog.jar"
value="${ant.project.name}-${hcatalog.version}.jar"/>
<property name="final.name"
value="${ant.project.name}-${hcatalog.version}" />