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

(cherry picked from commit ac6dc9a76fafd4f9378b79a0b41e495456624e96)

Change-Id: Ie3e938bdd90641fe75e933cbd8b7de0ae02231f0


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

Branch: refs/heads/AMBARI-2.4.2.16
Commit: 08f03f79d811dd774972d1692ab5fc9cfe2d792a
Parents: 9ba2598
Author: Matt <[email protected]>
Authored: Mon Nov 7 13:49:22 2016 -0800
Committer: Zuul <[email protected]>
Committed: Tue Nov 8 21:18:36 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/08f03f79/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