Repository: ambari
Updated Branches:
  refs/heads/trunk 8ac9fa10c -> 922f87ab2


AMBARI-18779: Fix doc for HAWQ View (adenissov via mithmatt)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/922f87ab
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/922f87ab
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/922f87ab

Branch: refs/heads/trunk
Commit: 922f87ab2d683d888564e68b1ee817e70aaeb4f3
Parents: 8ac9fa1
Author: Matt <mmat...@pivotal.io>
Authored: Mon Nov 7 13:48:13 2016 -0800
Committer: Matt <mmat...@pivotal.io>
Committed: Mon Nov 7 13:48:13 2016 -0800

----------------------------------------------------------------------
 contrib/views/hawq/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/922f87ab/contrib/views/hawq/README.md
----------------------------------------------------------------------
diff --git a/contrib/views/hawq/README.md b/contrib/views/hawq/README.md
index aeaa868..dd273bf 100644
--- a/contrib/views/hawq/README.md
+++ b/contrib/views/hawq/README.md
@@ -45,7 +45,7 @@ mvn install [-DskipTests]
 Copy the hawq-view jar to the ambari-server host and restart ambari-server.
 ```sh
 scp $AMBARI_DIR/contrib/views/hawq/target/hawq-view-${version}.jar 
ambari.server.host:/var/lib/ambari-server/resources/views/
-ambari-server start
+ambari-server restart
 ```
 
 ## Creating an Instance of HAWQ View
@@ -61,4 +61,4 @@ host  all     gpadmin         192.168.64.101/32       trust
 
 Navigate to the *Views* tab on *Manage Ambari* page. Click on *Create 
Instance* under *HAWQ* tab. Under *Settings* section, provide the HAWQ database 
username and password of the user who has access to the *pg_stat_activity* 
table. (The same user that was added to the *pg_hba.conf* for the ambari-server 
host entry)
 
-Upon clicking *Save*, the view will be created.
\ No newline at end of file
+Upon clicking *Save*, the view will be created.

Reply via email to