Chunling Wang created HAWQ-1377:
-----------------------------------
Summary: Add more information for Ranger related GUCs in default
hawq-site.xml
Key: HAWQ-1377
URL: https://issues.apache.org/jira/browse/HAWQ-1377
Project: Apache HAWQ
Issue Type: Improvement
Components: Security
Reporter: Chunling Wang
Assignee: Ed Espino
Fix For: 2.2.0.0-incubating
We should add default GUCs for Ranger in sample hawq-site.xml, just as what
resource manager does, so that users don't need to refer to the documents for
detailed GUC names.
The output content should be like follows:
{code}
<!-- HAWQ ACL parameters -->
<property>
<name>hawq_acl_type</name>
<value>standalone</value>
</property>
<property>
<name>hawq_rps_address_host</name>
<value>localhost</value>
</property>
<property>
<name>hawq_rps_address_suffix</name>
<value>rps</value>
</property>
<property>
<name>hawq_rps_address_port</name>
<value>8432</value>
</property>
<!-- HAWQ ACL parameters ends here-->
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)