# 🔍 Description ## Issue References 🔗 This pull request enables running hive test cases in python client, however there's one trivial case not covered yet and two others require a proper container setup ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ Hive test disabled in #6343 #### Behavior With This Pull Request 🎉 Can cover hive test cases #### Related Unit Tests No --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6381 from sudohainguyen/ci/hive. Closes #6281 a861382b1 [Harry] [KYUUBI #6281][PY] Enable hive test in python client Authored-by: Harry <quanghai.ng1512@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
33 lines
1.7 KiB
Bash
33 lines
1.7 KiB
Bash
HIVE_SITE_CONF_javax_jdo_option_ConnectionURL=jdbc:postgresql://hive-metastore-postgresql/metastore
|
|
HIVE_SITE_CONF_javax_jdo_option_ConnectionDriverName=org.postgresql.Driver
|
|
HIVE_SITE_CONF_javax_jdo_option_ConnectionUserName=hive
|
|
HIVE_SITE_CONF_javax_jdo_option_ConnectionPassword=hive
|
|
HIVE_SITE_CONF_datanucleus_autoCreateSchema=false
|
|
HIVE_SITE_CONF_hive_metastore_uris=thrift://hive-metastore:9083
|
|
HDFS_CONF_dfs_namenode_datanode_registration_ip___hostname___check=false
|
|
HIVE_SITE_CONF_hive_strict_checks_cartesian_product=false
|
|
HIVE_SITE_CONF_hive_mapred_mode=nonstrict
|
|
|
|
CORE_CONF_fs_defaultFS=hdfs://namenode:8020
|
|
CORE_CONF_hadoop_http_staticuser_user=root
|
|
CORE_CONF_hadoop_proxyuser_hue_hosts=*
|
|
CORE_CONF_hadoop_proxyuser_hue_groups=*
|
|
|
|
HDFS_CONF_dfs_webhdfs_enabled=true
|
|
HDFS_CONF_dfs_permissions_enabled=false
|
|
|
|
YARN_CONF_yarn_log___aggregation___enable=true
|
|
YARN_CONF_yarn_resourcemanager_recovery_enabled=true
|
|
YARN_CONF_yarn_resourcemanager_store_class=org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore
|
|
YARN_CONF_yarn_resourcemanager_fs_state___store_uri=/rmstate
|
|
YARN_CONF_yarn_nodemanager_remote___app___log___dir=/app-logs
|
|
YARN_CONF_yarn_log_server_url=http://historyserver:8188/applicationhistory/logs/
|
|
YARN_CONF_yarn_timeline___service_enabled=true
|
|
YARN_CONF_yarn_timeline___service_generic___application___history_enabled=true
|
|
YARN_CONF_yarn_resourcemanager_system___metrics___publisher_enabled=true
|
|
YARN_CONF_yarn_resourcemanager_hostname=resourcemanager
|
|
YARN_CONF_yarn_timeline___service_hostname=historyserver
|
|
YARN_CONF_yarn_resourcemanager_address=resourcemanager:8032
|
|
YARN_CONF_yarn_resourcemanager_scheduler_address=resourcemanager:8030
|
|
YARN_CONF_yarn_resourcemanager_resource__tracker_address=resourcemanager:8031
|