Author: hashutosh
Date: Thu Sep 15 23:02:53 2011
New Revision: 1171312
URL: http://svn.apache.org/viewvc?rev=1171312&view=rev
Log:
Preparing for 0.2.0 release
Modified:
incubator/hcatalog/branches/branch-0.2/CHANGES.txt
incubator/hcatalog/branches/branch-0.2/RELEASE_NOTES.txt
incubator/hcatalog/branches/branch-0.2/build.xml
Modified: incubator/hcatalog/branches/branch-0.2/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/CHANGES.txt?rev=1171312&r1=1171311&r2=1171312&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.2/CHANGES.txt Thu Sep 15 23:02:53 2011
@@ -18,7 +18,7 @@
Apache HCatalog Change Log
-Release 0.2.0 - Unreleased
+Release 0.2.0 - Sept-2011
INCOMPATIBLE CHANGES
Modified: incubator/hcatalog/branches/branch-0.2/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/RELEASE_NOTES.txt?rev=1171312&r1=1171311&r2=1171312&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/RELEASE_NOTES.txt (original)
+++ incubator/hcatalog/branches/branch-0.2/RELEASE_NOTES.txt Thu Sep 15
23:02:53 2011
@@ -1,4 +1,4 @@
-These notes are for HCatalog 0.1.0 release.
+These notes are for HCatalog 0.2.0 release.
Highlights
==========
@@ -13,58 +13,25 @@ System Requirements
2. Ant build tool, version 1.8 or higher: http://ant.apache.org - to build
source only
3. This release is compatible with Hadoop 0.20.x with security. Currently this
- is available from Cloudera in their CDH3 release or from the 0.20.203 branch
- of Apache Hadoop (not yet released).
-4. This release is compatible with Pig 0.8.1.
-5. This release is compatible with Hive 0.7.0.
+ is available from the 0.20.204 branch of Apache Hadoop
+4. This release is compatible with Pig 0.8.1 and Pig 0.9.1.
+5. This release is compatible with Hive 0.7.1.
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
+1. Download hcatalog-0.2.0.tar.gz
+2. Unpack the file: tar -xzvf hcatalog-0.2.0.tar.gz
+3. Move into the installation directory: cd hcatalog-0.2.0
+4. Install the hcatalog client and server using the docs listed in
+ Relevant Documentation section below.
4. To use with Hadoop MapReduce jobs, use the HCatInputFormat and
HCatOutputFormat classes.
5. To use with Pig, use the HCatLoader and HCatStorer classes.
6. To use the command line interface, set HADOOP_CLASSPATH to the directory
- that contains the configuration files for your cluster, and use bin/hcat.sh
+ that contains the configuration files for your cluster, and use bin/hcat
Relevant Documentation
======================
-See http://incubator.apache.org/hcatalog/docs/r0.1.0
-These notes are for HCatalog 0.1.0 release.
+See http://incubator.apache.org/hcatalog/docs/r0.2.0
+These notes are for HCatalog 0.2.0 release.
-Highlights
-==========
-
-This is the initial relase of Apache HCatalog. It provides read and write
capability for Pig and Hadoop, and read capability for Hive.
-
-System Requirements
-===================
-
-1. Java 1.6.x or newer, preferably from Sun. Set JAVA_HOME to the root of your
- Java installation
-2. Ant build tool, version 1.8 or higher: http://ant.apache.org - to build
- source only
-3. This release is compatible with Hadoop 0.20.x with security. Currently this
- is available from Cloudera in their CDH3 release or from the 0.20.203 branch
- of Apache Hadoop (not yet released).
-4. This release is compatible with Pig 0.8.1.
-5. This release is compatible with Hive 0.7.0.
-
-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
-4. To use with Hadoop MapReduce jobs, use the HCatInputFormat and
- HCatOutputFormat classes.
-5. To use with Pig, use the HCatLoader and HCatStorer classes.
-6. To use the command line interface, set HADOOP_CLASSPATH to the directory
- that contains the configuration files for your cluster, and use bin/hcat.sh
-
-Relevant Documentation
-======================
-See http://incubator.apache.org/hcatalog/docs/r0.1.0
Modified: incubator/hcatalog/branches/branch-0.2/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/build.xml?rev=1171312&r1=1171311&r2=1171312&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.2/build.xml Thu Sep 15 23:02:53 2011
@@ -26,8 +26,8 @@
================================================================================
-->
<!-- name and version -->
- <property name="_version" value="0.2.0"/>
- <property name="_vtype" value="-SNAPSHOT"/>
+ <property name="_version" value="0.2.1"/>
+ <property name="_vtype" value="-dev"/>
<property name="hcatalog.version" value="${_version}${_vtype}"/>
<property name="hcatalog.jar"
value="${ant.project.name}-${hcatalog.version}.jar"/>
<property name="final.name" value="${ant.project.name}-${hcatalog.version}"
/>