[ https://issues.apache.org/jira/browse/HAWQ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15665482#comment-15665482 ]
ASF GitHub Bot commented on HAWQ-1151: -------------------------------------- Github user dyozie commented on a diff in the pull request: https://github.com/apache/incubator-hawq-docs/pull/60#discussion_r87921176 --- Diff: clientaccess/roles_privs.html.md.erb --- @@ -159,47 +159,44 @@ You can set your chosen encryption method system-wide or on a per-session basis. #### <a id="topic11"></a>System-wide -To set the `password_hash_algorithm` server parameter on a complete HAWQ system \(master and its segments\): +You will perform different procedures to set the encryption method system-wide depending upon whether you manage your cluster from the command line or use Ambari. If you use Ambari to manage your HAWQ cluster, you must ensure that you update encryption method configuration parameters via the Ambari Web UI only. If you manage your HAWQ cluster from the command line, you will use the `hawq config` command line utility to set encryption method configuration parameters. -1. Log into your HAWQ instance as a superuser. -2. Execute `hawq config` with the `password_hash_algorithm` set to `SHA-256` \(or `SHA-256-FIPS` to use the FIPS-compliant libraries for SHA-256\) +To set the `password_hash_algorithm` server parameter on all nodes in your HAWQ cluster \(master and its segments\): --- End diff -- Remove this line. > docs - identify procedures for both ambari and CLI-managed clusters > ------------------------------------------------------------------- > > Key: HAWQ-1151 > URL: https://issues.apache.org/jira/browse/HAWQ-1151 > Project: Apache HAWQ > Issue Type: Improvement > Components: Documentation > Reporter: Lisa Owen > Assignee: David Yozie > Fix For: 2.0.1.0-incubating > > > different areas in the docs specify running "hawq config" to change server > configuration parameters. the procedure is different in ambari managed > clusters. and, in fact you do NOT want to run `hawq config` in ambari managed > clusters. > add specific notices and ambari procedures in the docs where appropriate. -- This message was sent by Atlassian JIRA (v6.3.4#6332)