| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <table class="configuration table table-bordered"> |
| <thead> |
| <tr> |
| <th class="text-left" style="width: 20%">Key</th> |
| <th class="text-left" style="width: 15%">Default</th> |
| <th class="text-left" style="width: 10%">Type</th> |
| <th class="text-left" style="width: 55%">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><h5>alter-table-cascade</h5></td> |
| <td style="word-wrap: break-word;">true</td> |
| <td>Boolean</td> |
| <td>Whether to cascade schema changes to Hive metastore partitions when altering table.</td> |
| </tr> |
| <tr> |
| <td><h5>client-pool-cache.eviction-interval-ms</h5></td> |
| <td style="word-wrap: break-word;">300000</td> |
| <td>Long</td> |
| <td>Setting the client's pool cache eviction interval(ms). |
| </td> |
| </tr> |
| <tr> |
| <td><h5>client-pool-cache.keys</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>String</td> |
| <td>Specify client cache key, multiple elements separated by commas.<br /><ul><li>"ugi": the Hadoop UserGroupInformation instance that represents the current user using the cache.</li></ul><ul><li>"user_name" similar to UGI but only includes the user's name determined by UserGroupInformation#getUserName.</li></ul><ul><li>"conf": name of an arbitrary configuration. The value of the configuration will be extracted from catalog properties and added to the cache key. A conf element should start with a "conf:" prefix which is followed by the configuration name. E.g. specifying "conf:a.b.c" will add "a.b.c" to the key, and so that configurations with different default catalog wouldn't share the same client pool. Multiple conf elements can be specified.</li></ul></td> |
| </tr> |
| <tr> |
| <td><h5>hadoop-conf-dir</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>String</td> |
| <td>File directory of the core-site.xml、hdfs-site.xml、yarn-site.xml、mapred-site.xml. Currently, only local file system paths are supported. |
| If not configured, try to load from 'HADOOP_CONF_DIR' or 'HADOOP_HOME' system environment. |
| Configure Priority: 1.from 'hadoop-conf-dir' 2.from HADOOP_CONF_DIR 3.from HADOOP_HOME/conf 4.HADOOP_HOME/etc/hadoop. |
| </td> |
| </tr> |
| <tr> |
| <td><h5>hive-conf-dir</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>String</td> |
| <td>File directory of the hive-site.xml , used to create HiveMetastoreClient and security authentication, such as Kerberos, LDAP, Ranger and so on. |
| If not configured, try to load from 'HIVE_CONF_DIR' env. |
| </td> |
| </tr> |
| <tr> |
| <td><h5>hive.skip-update-stats</h5></td> |
| <td style="word-wrap: break-word;">false</td> |
| <td>Boolean</td> |
| <td>If true, sets DO_NOT_UPDATE_STATS in the Hive EnvironmentContext when altering tables, preventing Hive from updating table statistics.</td> |
| </tr> |
| <tr> |
| <td><h5>location-in-properties</h5></td> |
| <td style="word-wrap: break-word;">false</td> |
| <td>Boolean</td> |
| <td>Setting the location in properties of hive table/database. |
| If you don't want to access the location by the filesystem of hive when using a object storage such as s3,oss |
| you can set this option to true. |
| </td> |
| </tr> |
| <tr> |
| <td><h5>metastore.client.class</h5></td> |
| <td style="word-wrap: break-word;">"org.apache.hadoop.hive.metastore.HiveMetaStoreClient"</td> |
| <td>String</td> |
| <td>Class name of Hive metastore client. |
| NOTE: This class must directly implements org.apache.hadoop.hive.metastore.IMetaStoreClient.</td> |
| </tr> |
| </tbody> |
| </table> |