Repository: ambari Updated Branches: refs/heads/branch-2.4 ae4d71420 -> d6d66b30e
AMBARI-17919. missing description in hive configs (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6d66b30 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6d66b30 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6d66b30 Branch: refs/heads/branch-2.4 Commit: d6d66b30e79d1795a6483552a96b00d1080acd6c Parents: fb1001b Author: Alex Antonenko <[email protected]> Authored: Wed Jul 27 15:26:17 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Jul 27 16:00:46 2016 +0300 ---------------------------------------------------------------------- .../HDP/2.2/services/HIVE/configuration/hive-env.xml | 10 ++++++++++ .../HDP/2.2/services/HIVE/configuration/hive-site.xml | 4 +++- .../HDPWIN/2.2/services/HIVE/configuration/hive-env.xml | 4 ++++ .../HDPWIN/2.2/services/HIVE/configuration/hive-site.xml | 4 +++- 4 files changed, 20 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d6d66b30/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml index ffd85e9..5c8e773 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml @@ -92,6 +92,10 @@ export METASTORE_PORT={{hive_metastore_port}} <property> <name>hive_exec_orc_storage_strategy</name> <display-name>ORC Storage Strategy</display-name> + <description> + Define the encoding strategy to use while writing data. Changing this will only affect the light weight encoding for integers. + This flag will not change the compression level of higher level compression codec (like ZLIB). Possible options are SPEED and COMPRESSION. + </description> <value>SPEED</value> <value-attributes> <type>value-list</type> @@ -132,6 +136,12 @@ export METASTORE_PORT={{hive_metastore_port}} <property> <name>hive_security_authorization</name> <display-name>Choose Authorization</display-name> + <description> + Authorization mode, default NONE. Options are NONE, Ranger, SQLStdAuth. + SQL standard authorization provides grant/revoke functionality at database, table level. + Ranger provides a centralized authorization interface for Hive and provides more granular + access control at column level through the Hive plugin. + </description> <value>None</value> <depends-on> <property> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6d66b30/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index bebc610..ab350dc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -1252,7 +1252,9 @@ limitations under the License. <property> <name>hive.server2.use.SSL</name> <value>false</value> - <description/> + <description> + Set this to true for using SSL encryption in HiveServer2. + </description> <display-name>Use SSL</display-name> <value-attributes> <type>value-list</type> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6d66b30/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-env.xml index 2a13f14..f466e59 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-env.xml @@ -38,6 +38,10 @@ <property> <name>hive_exec_orc_storage_strategy</name> <display-name>ORC Storage Strategy</display-name> + <description> + Define the encoding strategy to use while writing data. Changing this will only affect the light weight encoding for integers. + This flag will not change the compression level of higher level compression codec (like ZLIB). Possible options are SPEED and COMPRESSION. + </description> <value>SPEED</value> <value-attributes> <type>value-list</type> http://git-wip-us.apache.org/repos/asf/ambari/blob/d6d66b30/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml index 57030e2..9bbf26b 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml @@ -1232,7 +1232,9 @@ limitations under the License. <property> <name>hive.server2.use.SSL</name> <value>false</value> - <description/> + <description> + Set this to true for using SSL encryption in HiveServer2. + </description> <display-name>Use SSL</display-name> <value-attributes> <type>value-list</type>
