You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/03/21 23:56:14 UTC

svn commit: r1303624 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt RELEASE_NOTES.txt

Author: gates
Date: Wed Mar 21 23:56:14 2012
New Revision: 1303624

URL: http://svn.apache.org/viewvc?rev=1303624&view=rev
Log:
HCATALOG-335 Release notes issues for 0.4

Modified:
    incubator/hcatalog/branches/branch-0.4/CHANGES.txt
    incubator/hcatalog/branches/branch-0.4/RELEASE_NOTES.txt

Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1303624&r1=1303623&r2=1303624&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Wed Mar 21 23:56:14 2012
@@ -86,6 +86,8 @@ Release 0.4.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-335 Release notes issues for 0.4 (gates)
+
   HCAT-291 Pig and MR fail to write to a sequence file (avandana via gates)
 
   HCAT-305 hcat shell is not properly picking up the hcat jar (gates)

Modified: incubator/hcatalog/branches/branch-0.4/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/RELEASE_NOTES.txt?rev=1303624&r1=1303623&r2=1303624&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/RELEASE_NOTES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/RELEASE_NOTES.txt Wed Mar 21 23:56:14 2012
@@ -1,4 +1,4 @@
-These notes are for HCatalog 0.2.0 release.
+These notes are for HCatalog 0.4.0 release.
 
 Highlights
 ==========
@@ -18,7 +18,7 @@ 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 1.0.1.
-4. This release is compatible with Pig Pig 0.9.2.
+4. This release is compatible with Pig 0.8.1, Pig 0.9.1, and 0.9.2.
 5. This release is compatible with Hive 0.8.1.
 
 Trying the Release
@@ -26,6 +26,12 @@ Trying the Release
 1. Download hcatalog-src-0.4.0-incubating.tar.gz
 2. Follow the directions at
    http://incubator.apache.org/hcatalog/docs/r0.4.0/install.html
+3. If you are upgrading from HCatalog 0.2.0 you will need to upgrade your
+   metastore.  The upgrade script can be found in server installation at
+   share/hcatalog/hive/external/metastore/scripts/upgrade/mysql/upgrade-0.7.0-to-0.8.0.mysql.sql
+   This should be done after you install the server and before you start it.
+
+
 
 Relevant Documentation
 ======================
@@ -49,7 +55,6 @@ Backward Incompatibilities
 HCatalog no longer supports its own StorageDriver classes for data 
 (de)serialization.  Instead it uses Hive's SerDe classes.
 
-
-
-
-
+Notes
+=====
+HBase integration with HCatalog is experimental and not yet ready for production use.