You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by li...@apache.org on 2017/03/31 20:41:26 UTC

incubator-hawq-docs git commit: update plugin output to use hosts from invocation

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop bb7086214 -> 187f22431


update plugin output to use hosts from invocation


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/187f2243
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/187f2243
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/187f2243

Branch: refs/heads/develop
Commit: 187f22431ce64da95a8e6172d68d451e2ae6e3c1
Parents: bb70862
Author: Lisa Owen <lo...@pivotal.io>
Authored: Fri Mar 31 13:41:14 2017 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Fri Mar 31 13:41:14 2017 -0700

----------------------------------------------------------------------
 markdown/ranger/ranger-integration-config.html.md.erb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/187f2243/markdown/ranger/ranger-integration-config.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/ranger/ranger-integration-config.html.md.erb b/markdown/ranger/ranger-integration-config.html.md.erb
index a274158..3da8e78 100644
--- a/markdown/ranger/ranger-integration-config.html.md.erb
+++ b/markdown/ranger/ranger-integration-config.html.md.erb
@@ -73,16 +73,16 @@ To use HAWQ Ranger integration, install a compatible Hadoop distribution and Apa
     ``` bash
     gpadmin@master$ cd /usr/local/hawq/ranger/bin
     gpadmin@master$ ./enable-ranger-plugin.sh -r ranger_host:6080 -u admin -p admin -h hawq_master:5432 -w gpadmin -q gpadmin
-    RANGER URL  = localhost:6080
+    RANGER URL  = ranger_host:6080
     RANGER User = admin
     RANGER Password = [*****]
-    HAWQ HOST = localhost
+    HAWQ HOST = hawq_master
     HAWQ PORT = 5432
     HAWQ User = gpadmin
     HAWQ Password = [*******]
     HAWQ service definition was not found in Ranger Admin, creating it by uploading /usr/local/hawq_2_2_0_0/ranger/etc/ranger-servicedef-hawq.json
     HAWQ service instance was not found in Ranger Admin, creating it.
-    Updated POLICY_MGR_URL to http://localhost:6080 in /usr/local/hawq_2_2_0_0/ranger/etc/rps.properties
+    Updated POLICY_MGR_URL to http://ranger_host:6080 in /usr/local/hawq_2_2_0_0/ranger/etc/rps.properties
     Updated default value of JAVA_HOME to /usr/jdk64/jdk1.8.0_77 in /usr/local/hawq_2_2_0_0/ranger/etc/rps.properties
     ```