Skip to content

Commit

Permalink
use hive thrift client
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Oct 29, 2024
1 parent 3e7d230 commit 567fa5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ connector.name=hive
metacat.has-data-external=true

metacat.schema.whitelist=shard,shard1
hive.use.embedded.metastore=true
hive.use.embedded.metastore=false
hive.use.embedded.fastservice=true
hive.exec.compress.intermediate=true
hive.exec.max.dynamic.partitions.pernode=10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metacat.thrift.port=12004
connector.name=hive
metacat.has-data-external=true

hive.use.embedded.metastore=true
hive.use.embedded.metastore=false
hive.use.embedded.fastservice=true
hive.exec.compress.intermediate=true
hive.exec.max.dynamic.partitions.pernode=10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metacat.thrift.port=12003
connector.name=hive
metacat.has-data-external=true

hive.use.embedded.metastore=true
hive.use.embedded.metastore=false
hive.use.embedded.fastservice=true
hive.exec.compress.intermediate=true
hive.exec.max.dynamic.partitions.pernode=10000
Expand Down

0 comments on commit 567fa5e

Please sign in to comment.