Author: gates
Date: Fri Jan 18 17:36:29 2013
New Revision: 1435262

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

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    
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=1435262&r1=1435261&r2=1435262&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Jan 18 17:36:29 2013
@@ -176,6 +176,8 @@ Release 0.5.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-600 webhcat installation doc incorrectly gives location of start/stop 
script (gates)
+
   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/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=1435262&r1=1435261&r2=1435262&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 Jan 18 17:36:29 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>


Reply via email to