Skip to content

Commit

Permalink
use thrift client
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Oct 18, 2024
1 parent bf41029 commit cc321cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/**
* Hive base connector base service impl.
*
* @author zhenl
* @author zhenl]
* @since 1.0.0
*/
@Getter
Expand Down
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 cc321cb

Please sign in to comment.