Skip to content

Commit

Permalink
remove unnecessarily properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Aug 8, 2023
1 parent bb36ccb commit 8170e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.13] - 2023-08-07
## [3.0.13] - TBD
### Added
- Added variable `ENABLE_HIVE_LOCK_HOUSE_KEEPER` to support hive lock house keeper.
- [issue-118](https://github.com/ExpediaGroup/apiary-metastore-docker/issues/118) Added variable `ENABLE_HIVE_LOCK_HOUSE_KEEPER` to support hive lock house keeper. See more details here: apache/iceberg#2301

## [3.0.12] - 2023-08-02
### Added
Expand Down
4 changes: 1 addition & 3 deletions files/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,8 @@ if [ ! -z ${ENABLE_HIVE_LOCK_HOUSE_KEEPER} ]; then
update_property.py hive.txn.manager org.apache.hadoop.hive.ql.lockmgr.DbTxnManager /etc/hive/conf/hive-site.xml
update_property.py hive.support.concurrency true /etc/hive/conf/hive-site.xml
update_property.py hive.compactor.initiator.on true /etc/hive/conf/hive-site.xml
update_property.py hive.compactor.cleaner.on true /etc/hive/conf/hive-site.xml
update_property.py hive.compactor.worker.threads 1 /etc/hive/conf/hive-site.xml
update_property.py hive.txn.strict.locking.mode false /etc/hive/conf/hive-site.xml
update_property.py hive.exec.dynamic.partition.mode nonstrict /etc/hive/conf/hive-site.xml
update_property.py hive.txn.strict.locking.mode false /etc/hive/conf/hive-site.xml
fi
#auto configure heapsize
if [ ! -z ${ECS_CONTAINER_METADATA_URI} ]; then
Expand Down

0 comments on commit 8170e15

Please sign in to comment.