Repository: ambari Updated Branches: refs/heads/branch-2.4 e36afa3b3 -> ac6dc9a76
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/ac6dc9a7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac6dc9a7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac6dc9a7 Branch: refs/heads/branch-2.4 Commit: ac6dc9a76fafd4f9378b79a0b41e495456624e96 Parents: e36afa3 Author: Matt <[email protected]> Authored: Mon Nov 7 13:49:22 2016 -0800 Committer: Matt <[email protected]> Committed: Mon Nov 7 13:49:22 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/ac6dc9a7/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.
