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/12/22 14:49:01 UTC

svn commit: r1425286 - in /incubator/hcatalog/trunk: ./ src/docs/src/documentation/content/xdocs/

Author: gates
Date: Sat Dec 22 14:49:01 2012
New Revision: 1425286

URL: http://svn.apache.org/viewvc?rev=1425286&view=rev
Log:
Preparation for branching for 0.5 release.

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/configuration.xml
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/loadstore.xml
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/rest_server_install.xml
    incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/tabs.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Sat Dec 22 14:49:01 2012
@@ -17,7 +17,7 @@
 
 Apache HCatalog Change Log
 
-Trunk (unreleased changes)
+Release 0.5.0 - Unreleased
 
   INCOMPATIBLE CHANGES
 

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/configuration.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/configuration.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/configuration.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/configuration.xml Sat Dec 22 14:49:01 2012
@@ -142,13 +142,13 @@ ${env.PIG_HOME}/bin/pig
 
  <tr>
     <td><strong>templeton.hive.archive</strong></td>
-    <td><code>hdfs:///user/templeton/hcatalog-0.4.0.tar.gz</code></td>
+    <td><code>hdfs:///user/templeton/hcatalog-0.5.0.tar.gz</code></td>
     <td>The path to the Hive archive.</td>
   </tr>
 
   <tr>
     <td><strong>templeton.hive.path</strong></td>
-    <td><code>hcatalog-0.4.0.tar.gz/hcatalog-0.4.0/bin/hive</code></td>
+    <td><code>hcatalog-0.5.0.tar.gz/hcatalog-0.5.0/bin/hive</code></td>
     <td>The path to the Hive executable.</td>
   </tr>
 

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml Sat Dec 22 14:49:01 2012
@@ -240,18 +240,18 @@ pass the Hive and HCatalog jars to MapRe
 export HADOOP_HOME=&lt;path_to_hadoop_install&gt;
 export HCAT_HOME=&lt;path_to_hcat_install&gt;
 export HIVE_HOME=&lt;path_to_hive_install&gt;
-export LIB_JARS=$HCAT_HOME/share/hcatalog/hcatalog-0.4.0.jar,
-$HIVE_HOME/lib/hive-metastore-0.9.0.jar,
+export LIB_JARS=$HCAT_HOME/share/hcatalog/hcatalog-core-0.5.0.jar,
+$HIVE_HOME/lib/hive-metastore-0.10.0.jar,
 $HIVE_HOME/lib/libthrift-0.7.0.jar,
-$HIVE_HOME/lib/hive-exec-0.9.0.jar,
+$HIVE_HOME/lib/hive-exec-0.10.0.jar,
 $HIVE_HOME/lib/libfb303-0.7.0.jar,
 $HIVE_HOME/lib/jdo2-api-2.3-ec.jar,
 $HIVE_HOME/lib/slf4j-api-1.6.1.jar
 
-export HADOOP_CLASSPATH=$HCAT_HOME/share/hcatalog/hcatalog-0.4.0.jar:
-$HIVE_HOME/lib/hive-metastore-0.9.0.jar:
+export HADOOP_CLASSPATH=$HCAT_HOME/share/hcatalog/hcatalog-core-0.5.0.jar:
+$HIVE_HOME/lib/hive-metastore-0.10.0.jar:
 $HIVE_HOME/lib/libthrift-0.7.0.jar:
-$HIVE_HOME/lib/hive-exec-0.9.0.jar:
+$HIVE_HOME/lib/hive-exec-0.10.0.jar:
 $HIVE_HOME/lib/libfb303-0.7.0.jar:
 $HIVE_HOME/lib/jdo2-api-2.3-ec.jar:
 $HIVE_HOME/conf:$HADOOP_HOME/conf:
@@ -265,18 +265,18 @@ $HADOOP_HOME/bin/hadoop --config $HADOOP
 <p>Instead, you can optimize to ship libjars using HDFS locations. By doing this, Hadoop will reuse the entries in the distributed cache.</p>
 
 <source>
-bin/hadoop fs -copyFromLocal $HCAT_HOME/share/hcatalog/hcatalog-0.4.0.jar /tmp
-bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/hive-metastore-0.9.0.jar /tmp
+bin/hadoop fs -copyFromLocal $HCAT_HOME/share/hcatalog/hcatalog-core-0.5.0.jar /tmp
+bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/hive-metastore-0.10.0.jar /tmp
 bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/libthrift-0.7.0.jar /tmp
-bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/hive-exec-0.9.0.jar /tmp
+bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/hive-exec-0.10.0.jar /tmp
 bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/libfb303-0.7.0.jar /tmp
 bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/jdo2-api-2.3-ec.jar /tmp
 bin/hadoop fs -copyFromLocal $HIVE_HOME/lib/slf4j-api-1.6.1.jar /tmp
 
-export LIB_JARS=hdfs:///tmp/hcatalog-0.4.0.jar,
-hdfs:///tmp/hive-metastore-0.9.0.jar,
+export LIB_JARS=hdfs:///tmp/hcatalog-core-0.5.0.jar,
+hdfs:///tmp/hive-metastore-0.10.0.jar,
 hdfs:///tmp/libthrift-0.7.0.jar,
-hdfs:///tmp/hive-exec-0.9.0.jar,
+hdfs:///tmp/hive-exec-0.10.0.jar,
 hdfs:///tmp/libfb303-0.7.0.jar,
 hdfs:///tmp/jdo2-api-2.3-ec.jar,
 hdfs:///tmp/slf4j-api-1.6.1.jar

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml Sat Dec 22 14:49:01 2012
@@ -48,7 +48,7 @@
     <p>If you downloaded HCatalog from Apache or another site as a source release,
     you will need to first build a tarball to install.  You can tell if you have
     a source release by looking at the name of the object you downloaded.  If
-    it is named hcatalog-src-0.4.0-incubating.tar.gz (notice the
+    it is named hcatalog-src-0.5.0-incubating.tar.gz (notice the
     <strong>src</strong> in the name) then you have a source release.</p>
     
     <p>If you do not already have Apache Ant installed on your machine, you 
@@ -68,18 +68,18 @@
     <p>Create a directory to expand the source release in.  Copy the source
     release to that directory and unpack it.</p>
     <p><code>mkdir /tmp/hcat_source_release</code></p>
-    <p><code>cp hcatalog-src-0.4.0-incubating.tar.gz /tmp/hcat_source_release</code></p>
+    <p><code>cp hcatalog-src-0.5.0-incubating.tar.gz /tmp/hcat_source_release</code></p>
     <p><code>cd /tmp/hcat_source_release</code></p>
-    <p><code>tar xzf hcatalog-src-0.4.0-incubating.tar.gz</code></p>
+    <p><code>tar xzf hcatalog-src-0.5.0-incubating.tar.gz</code></p>
 
     <p>Change directories into the unpacked source release and build the
     installation tarball.</p>
-    <p><code>cd hcatalog-src-0.4.0-incubating</code></p>
-    <p><em>ant_home</em><code>/bin/ant -Dhcatalog.version=0.4.0
+    <p><code>cd hcatalog-src-0.5.0-incubating</code></p>
+    <p><em>ant_home</em><code>/bin/ant -Dhcatalog.version=0.5.0
     -Dforrest.home=</code><em>forrest_home</em><code> tar </code></p>
 
     <p>The tarball for installation should now be at
-    <code>build/hcatalog-0.4.0.tar.gz</code></p>
+    <code>build/hcatalog-0.5.0.tar.gz</code></p>
 
     <p><strong>Database Setup</strong></p>
 
@@ -114,7 +114,7 @@
     where you have installed Hive.  If you are using Hive rpms, then this will
     be <code>/usr/lib/hive</code>.</p>
 
-    <p><code>mysql -u hive -D hivemetastoredb -h</code><em>hivedb.acme.com</em><code> -p &lt; </code><em>hive_home</em><code>/scripts/metastore/upgrade/mysql/hive-schema-0.9.0.mysql.sql</code></p>
+    <p><code>mysql -u hive -D hivemetastoredb -h</code><em>hivedb.acme.com</em><code> -p &lt; </code><em>hive_home</em><code>/scripts/metastore/upgrade/mysql/hive-schema-0.10.0.mysql.sql</code></p>
 
     <p><strong>Thrift Server Setup</strong></p>
 
@@ -164,8 +164,8 @@
     the port number you wish HCatalog to operate on which you will use to set
     <em>portnum</em>.</p>
 
-    <p><code>tar zxf hcatalog-0.4.0.tar.gz</code></p>
-    <p><code>cd hcatalog-0.4.0</code></p>
+    <p><code>tar zxf hcatalog-0.5.0.tar.gz</code></p>
+    <p><code>cd hcatalog-0.5.0</code></p>
     <p><code>share/hcatalog/scripts/hcat_server_install.sh -r </code><em>root</em><code> -d </code><em>dbroot</em><code> -h </code><em>hadoop_home</em><code> -p </code><em>portnum</em></p>
 
     <p>Now you need to edit your <em>hive_home</em><code>/conf/hive-site.xml</code> file.
@@ -284,7 +284,7 @@
     <p>Copy the HCatalog installation tarball into a temporary directory, and untar
     it.</p>
 
-    <p><code>tar zxf hcatalog-0.4.0.tar.gz</code></p>
+    <p><code>tar zxf hcatalog-0.5.0.tar.gz</code></p>
 
     <p>Now you need to edit your <em>hive_home</em><code>/conf/hive-site.xml</code> file.
     You can use the same file as on the server <strong>except the value of 

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/loadstore.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/loadstore.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/loadstore.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/loadstore.xml Sat Dec 22 14:49:01 2012
@@ -189,9 +189,6 @@ The table shows how Pig will interpret t
  </table>
 
 <p><br/></p>
-<p>Currently HCatLoader cannot map the smallint and tinyint datatypes to Pig data types.
-This issue exists in HCatalog version 0.4.0;
-the fix for Jira issue <a href="https://issues.apache.org/jira/browse/HCATALOG-425">HCATALOG-425</a> should be available in HCatalog version 0.5.0.</p>
 
 </section> 
 
@@ -252,13 +249,14 @@ $HIVE_HOME/lib/hive-exec-*.jar:$HIVE_HOM
 $HIVE_HOME/lib/jdo2-api-*-ec.jar:$HIVE_HOME/lib/slf4j-api-*.jar  &lt;script.pig&gt;
 </source>
 
-<p>The version number found in each filepath will be substituted for <code>*</code>. For example, HCatalog release 0.4.0 uses these jars and conf files:</p>
+<p>The version number found in each filepath will be substituted for <code>*</code>. For example, HCatalog release 0.5.0 uses these jars and conf files:</p>
 
 <ul>
-    <li><code>$HCAT_HOME/share/hcatalog/hcatalog-0.4.0.jar</code></li>
-    <li><code>$HIVE_HOME/lib/hive-metastore-0.9.0.jar</code></li>
+    <li><code>$HCAT_HOME/share/hcatalog/hcatalog-core-0.5.0.jar</code></li>
+    <li><code>$HCAT_HOME/share/hcatalog/hcatalog-pig-adapter-0.5.0.jar</code></li>
+    <li><code>$HIVE_HOME/lib/hive-metastore-0.10.0.jar</code></li>
     <li><code>$HIVE_HOME/lib/libthrift-0.7.0.jar</code></li>
-    <li><code>$HIVE_HOME/lib/hive-exec-0.9.0.jar</code></li>
+    <li><code>$HIVE_HOME/lib/hive-exec-0.10.0.jar</code></li>
     <li><code>$HIVE_HOME/lib/libfb303-0.7.0.jar</code></li>
     <li><code>$HIVE_HOME/lib/jdo2-api-2.3-ec.jar</code></li>
     <li><code>$HIVE_HOME/conf</code></li>
@@ -557,9 +555,6 @@ The table shows how Pig will interpret t
  </table>
 
 <p><br/></p>
-<p>Currently HCatLoader cannot map the smallint and tinyint datatypes to Pig data types.
-This issue exists in HCatalog version 0.4.0;
-the fix for Jira issue <a href="https://issues.apache.org/jira/browse/HCATALOG-425">HCATALOG-425</a> should be available in HCatalog version 0.5.0.</p>
 
 </section>
 

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/rest_server_install.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/rest_server_install.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/rest_server_install.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/rest_server_install.xml Sat Dec 22 14:49:01 2012
@@ -121,7 +121,7 @@ Server: Jetty(7.6.0.v20120127)
    that is not yet released, you may need to build it yourself following the HCatalog
    instructions.)
 <source>
-hadoop fs -put /tmp/hcatalog-0.4.0.tar.gz /user/templeton/hcatalog-0.4.0.tar.gz
+hadoop fs -put /tmp/hcatalog-0.5.0.tar.gz /user/templeton/hcatalog-0.5.0.tar.gz
 </source>
   </li>
 
@@ -177,13 +177,13 @@ hadoop fs -put ugi.jar /user/templeton/u
 
   <tr>
     <td><strong>templeton.hive.archive</strong></td>
-    <td><code>hdfs:///user/templeton/hcatalog-0.4.0.tar.gz</code></td>
+    <td><code>hdfs:///user/templeton/hcatalog-0.5.0.tar.gz</code></td>
     <td>The path to the Hive archive.</td>
   </tr>
 
   <tr>
     <td><strong>templeton.hive.path</strong></td>
-    <td><code>hcatalog-0.4.0.tar.gz/hcatalog-0.4.0/bin/hive</code></td>
+    <td><code>hcatalog-0.5.0.tar.gz/hcatalog-0.5.0/bin/hive</code></td>
     <td>The path to the Hive executable.</td>
   </tr>
 

Modified: incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/tabs.xml?rev=1425286&r1=1425285&r2=1425286&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/tabs.xml Sat Dec 22 14:49:01 2012
@@ -30,6 +30,6 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-  <tab label="HCatalog 0.4.0 Documentation" dir="" type="visible" /> 
+  <tab label="HCatalog 0.5.0 Documentation" dir="" type="visible" /> 
 
 </tabs>