Index: src/docs/src/documentation/content/xdocs/rest_server_install.xml =================================================================== --- src/docs/src/documentation/content/xdocs/rest_server_install.xml (revision 1434461) +++ src/docs/src/documentation/content/xdocs/rest_server_install.xml (working copy) @@ -32,11 +32,13 @@ Hadoop distributed cache.
  • Download and unpack the HCatalog distribution.
  • Set the TEMPLETON_HOME environment variable to the base of the - HCatalog REST server installation. This will usually be HCATALOG_HOME/webhcat. + HCatalog REST server installation. This will usually be same as + HCATALOG_HOME. This is used to find the Templeton configuration.
  • +
  • Set JAVA_HOME,HADOOP_PREFIX, and HIVE_HOME environment variables
  • Review the configuration - and update or create templeton-site.xml as required. Ensure that + and update or create webhcat-site.xml as required. Ensure that site specific component installation locations are accurate, especially the Hadoop configuration path. Configuration variables that use a filesystem path try to have reasonable defaults, but it's always safe to specify a full @@ -48,7 +50,7 @@
  • Start the REST server with the command bin/templeton_server.sh start.
  • Check that your local install works. Assuming that the server is running - on port 8080, the following command would give output similar to that shown. + on port 50111, the following command would give output similar to that shown. % curl -i http://localhost:50111/templeton/v1/status HTTP/1.1 200 OK @@ -65,8 +67,8 @@
    Server Commands
    @@ -75,14 +77,14 @@ Requirements