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/08/17 22:29:42 UTC

svn commit: r1374459 - in /incubator/hcatalog/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/configuration.xml src/docs/src/documentation/content/xdocs/rest_server_install.xml

Author: gates
Date: Fri Aug 17 22:29:42 2012
New Revision: 1374459

URL: http://svn.apache.org/viewvc?rev=1374459&view=rev
Log:
HCATALOG-470 Update HCat version numbers in Templeton doc set

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/rest_server_install.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1374459&r1=1374458&r2=1374459&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Aug 17 22:29:42 2012
@@ -79,6 +79,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-470 Update HCat version numbers in Templeton doc set (lefty via gates)
+
   HCAT-472 HCatalog should use Deserializer in the read path instead of SerDe (traviscrawford)
 
   HCAT-467 Templeton scripts point to wrong jar name (jghoman via traviscrawford)

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=1374459&r1=1374458&r2=1374459&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 Fri Aug 17 22:29:42 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.3.0.tar.gz</code></td>
+    <td><code>hdfs:///user/templeton/hcatalog-0.4.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.3.0.tar.gz/hcatalog-0.3.0/bin/hive</code></td>
+    <td><code>hcatalog-0.4.0.tar.gz/hcatalog-0.4.0/bin/hive</code></td>
     <td>The path to the Hive executable.</td>
   </tr>
 

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=1374459&r1=1374458&r2=1374459&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 Fri Aug 17 22:29:42 2012
@@ -82,7 +82,7 @@ Server: Jetty(7.6.0.v20120127)
     configuration</a>.)</li>
    <li>
      <a href="http://incubator.apache.org/hcatalog/">HCatalog</a>.
-     Version 0.4.1 or higher.  The hcat executable must be both in the
+     Version 0.4.0 or higher.  The hcat executable must be both in the
      PATH and properly configured in the <a
      href="configuration.html">Templeton configuration</a>.
    </li>
@@ -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.3.0.tar.gz /user/templeton/hcatalog-0.3.0.tar.gz
+hadoop fs -put /tmp/hcatalog-0.4.0.tar.gz /user/templeton/hcatalog-0.4.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.3.0.tar.gz</code></td>
+    <td><code>hdfs:///user/templeton/hcatalog-0.4.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.3.0.tar.gz/hcatalog-0.3.0/bin/hive</code></td>
+    <td><code>hcatalog-0.4.0.tar.gz/hcatalog-0.4.0/bin/hive</code></td>
     <td>The path to the Hive executable.</td>
   </tr>