Repository: incubator-hawq-docs Updated Branches: refs/heads/feature/ranger-integration b479fcfe0 -> b3511b36e
move some config info from policy to integ doc 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/b3511b36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/b3511b36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/b3511b36 Branch: refs/heads/feature/ranger-integration Commit: b3511b36e07c8053d16ba99efc666302335e06fb Parents: b479fcf Author: Lisa Owen <[email protected]> Authored: Sat Mar 25 16:41:35 2017 -0700 Committer: Lisa Owen <[email protected]> Committed: Sat Mar 25 16:41:35 2017 -0700 ---------------------------------------------------------------------- markdown/ranger/ranger-integration-config.html.md.erb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/b3511b36/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 b0684ec..34e1536 100644 --- a/markdown/ranger/ranger-integration-config.html.md.erb +++ b/markdown/ranger/ranger-integration-config.html.md.erb @@ -19,7 +19,17 @@ software distributed under the License is distributed on an KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + +Your HAWQ 2.2.0 installation includes the following HAWQ-related Ranger components: + +- Ranger Administrative UI +- HAWQ Ranger Plug-in Service + +The Ranger Administrative UI is installed when you install HDP. You configure the Ranger service itself through Ambari. You configure HAWQ-Ranger authorization policies through the Ranger Administrative UI, which you can access at `http://<ranger-admin-node>:6080`. + +Installing or upgrading to HAWQ 2.2.0 installs the HAWQ Ranger Plug-in Service, but neither configures nor registers the plug-in. + In order to use Ranger for managing HAWQ authentication events, you must first install and register several HAWQ JAR files on the Ranger Administration host. This is a one-time configuration that establishes connectivity to your HAWQ cluster from the Ranger Administration host. After you have installed the JAR files, you enable or disable Ranger integration in HAWQ by setting the `hawq_acl_type` configuration parameter. The following procedures describe each configuration activity.
