Skip to content

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented May 23, 2024

Description

We could specify metastore type with JVM options before ddf931f.

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label May 23, 2024
@ebyhr ebyhr requested a review from findepi May 23, 2024 07:50
@github-actions github-actions bot added the delta-lake Delta Lake connector label May 23, 2024
// Please set Delta Lake connector properties via VM options. e.g. -Dhive.metastore=glue -D..
QueryRunner queryRunner = builder()
.addCoordinatorProperty("http-server.http.port", "8080")
.addDeltaProperty("hive.metastore", System.getProperty("hive.metastore"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per the code comment above, this supposedly already work for this property and others.

BTW I think we should consider deleting the DeltaLakeExternalQueryRunnerMain class. One can use development server with custom delta.properties for the same purpose.

Copy link
Member Author

@ebyhr ebyhr May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was working until ddf931f

I prefer this query runner to development server because it doesn't require rebuild after changed the code.

@ebyhr ebyhr merged commit b5497da into trinodb:master May 23, 2024
@ebyhr ebyhr deleted the ebi/delta-external-runner branch May 23, 2024 09:47
@github-actions github-actions bot added this to the 449 milestone May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed delta-lake Delta Lake connector

Development

Successfully merging this pull request may close these issues.

2 participants