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 2013/01/18 17:40:43 UTC

svn commit: r1435265 - in /incubator/hcatalog/branches/branch-0.5: CHANGES.txt src/docs/src/documentation/content/xdocs/rest_server_install.xml

Author: gates
Date: Fri Jan 18 17:40:43 2013
New Revision: 1435265

URL: http://svn.apache.org/viewvc?rev=1435265&view=rev
Log:
HCATALOG-600 webhcat installation doc incorrectly gives location of start/stop script

Modified:
    incubator/hcatalog/branches/branch-0.5/CHANGES.txt
    incubator/hcatalog/branches/branch-0.5/src/docs/src/documentation/content/xdocs/rest_server_install.xml

Modified: incubator/hcatalog/branches/branch-0.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/CHANGES.txt?rev=1435265&r1=1435264&r2=1435265&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.5/CHANGES.txt Fri Jan 18 17:40:43 2013
@@ -162,6 +162,8 @@ Release 0.5.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-600 webhcat installation doc incorrectly gives location of start/stop script
+
   HCAT-593 webhcat system tests don't work as per the instructions (thejas via gates)
 
   HCAT-596 fix releaseaudit and automate running (traviscrawford)

Modified: incubator/hcatalog/branches/branch-0.5/src/docs/src/documentation/content/xdocs/rest_server_install.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/src/docs/src/documentation/content/xdocs/rest_server_install.xml?rev=1435265&r1=1435264&r2=1435265&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/src/docs/src/documentation/content/xdocs/rest_server_install.xml (original)
+++ incubator/hcatalog/branches/branch-0.5/src/docs/src/documentation/content/xdocs/rest_server_install.xml Fri Jan 18 17:40:43 2013
@@ -48,7 +48,7 @@
   <li>Build HCatalog using the command <code>ant jar</code> from the
       top level HCatalog directory.</li>
   <li>Start the REST server with the command
-      <code>bin/webhcat_server.sh start</code>.</li>
+      <code>sbin/webhcat_server.sh start</code>.</li>
   <li>Check that your local install works.  Assuming that the server is running
       on port 50111, the following command would give output similar to that shown.
 <source>