[HUDI-82] Adds Presto integration in Docker demo (#847)
This commit is contained in:
committed by
vinoth chandar
parent
1b79ef7672
commit
92eed6aca8
18
docker/hoodie/hadoop/prestobase/etc/catalog/hive.properties
Normal file
18
docker/hoodie/hadoop/prestobase/etc/catalog/hive.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
connector.name=hive-hadoop2
|
||||
hive.metastore-cache-ttl=1s
|
||||
hive.metastore-refresh-interval=1m
|
||||
hive.metastore-timeout=20s
|
||||
hive.metastore.uri=thrift://hivemetastore:9083
|
||||
hive.storage-format=PARQUET
|
||||
hive.parquet.use-column-names=true
|
||||
hive.max-split-size=128MB
|
||||
hive.assume-canonical-partition-keys=true
|
||||
hive.recursive-directories=true
|
||||
hive.config.resources=/etc/hadoop/core-site.xml,/etc/hadoop/hdfs-site.xml
|
||||
hive.hdfs.authentication.type=NONE
|
||||
hive.hdfs.impersonation.enabled=false
|
||||
hive.bucket-execution=false
|
||||
hive.table-statistics-enabled=true
|
||||
hive.max-partitions-per-writers=3000
|
||||
hive.split-loader-concurrency=1
|
||||
hive.orc.bloom-filters.enabled=true
|
||||
Reference in New Issue
Block a user