Skip to content

Commit

Permalink
[MINOR] fix(lakehouse-iceberg): Fix the include core-site conf file n…
Browse files Browse the repository at this point in the history
…ame for lakehouse-iceberg gradle script (#2430)

### What changes were proposed in this pull request?

Fix include correct name to be `core-site.xml.template` instead of
`hive-site.xml.template`.

Co-authored-by: xiaojiebao <[email protected]>
  • Loading branch information
xloya and xiaojiebao authored Mar 5, 2024
1 parent 49bacdf commit 3b700b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogs/catalog-lakehouse-iceberg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tasks {
into("$rootDir/distribution/package/catalogs/lakehouse-iceberg/conf")

include("lakehouse-iceberg.conf")
include("hive-site.xml.template")
include("core-site.xml.template")
include("hdfs-site.xml.template")

rename { original ->
Expand Down

0 comments on commit 3b700b4

Please sign in to comment.