Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#516] feat(doc): add Iceberg REST service document #538

Merged
merged 6 commits into from
Oct 23, 2023
Merged

[#516] feat(doc): add Iceberg REST service document #538

merged 6 commits into from
Oct 23, 2023

Conversation

FANNG1
Copy link
Contributor

@FANNG1 FANNG1 commented Oct 18, 2023

What changes were proposed in this pull request?

add Iceberg REST service documnet

Why are the changes needed?

Fix: #516

Does this PR introduce any user-facing change?

No

How was this patch tested?

just document

@FANNG1 FANNG1 marked this pull request as draft October 18, 2023 07:04
@github-actions
Copy link

github-actions bot commented Oct 18, 2023

Code Coverage Report

Overall Project 66.9% 🟢

There is no coverage information present for the Files changed

@jerryshao jerryshao changed the title [#516] doc(lakehouse-iceberg): add Iceberg REST service documnet [#516] feat(doc): add Iceberg REST service document Oct 18, 2023
@FANNG1 FANNG1 marked this pull request as ready for review October 19, 2023 08:24
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
docs/iceberg-rest-service.md Outdated Show resolved Hide resolved
| `gravitino.auxService.iceberg-rest.catalog-backend` | Catalog backend of Gravitino Iceberg REST server | `jdbc`|
| `gravitino.auxService.iceberg-rest.uri` | The jdbc connection address | `jdbc:postgresql://127.0.0.1:5432/`|
| `gravitino.auxService.iceberg-rest.warehouse ` | Warehouse directory of JdbcCatalog, you should set HDFS prefix explictly if using HDFS | `/user/hive/warehouse-jdbc/`|
| `gravitino.auxService.iceberg-rest.jdbc.user` | The username of the Jdbc connection| `jdbc username`|
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we align with gravitino iceberg catalog to use "jdbc-user" and "jdbc-password".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we'd better not align with gravitino iceberg catalog. Gravitino configuration rule is somehow complex, introducing other rules like bypass, it's hard for Iceberg REST configuration to follow Gravitino configuration completely and will introduce complexity for Iceberg REST server users (maybe not Gravitino Iceberg REST catalog users.)

@jerryshao jerryshao merged commit 59e5a07 into apache:main Oct 23, 2023
2 checks passed
jerryshao pushed a commit that referenced this pull request Oct 26, 2023
### What changes were proposed in this pull request?
add Iceberg REST service documnet

### Why are the changes needed?


Fix: #516 

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
just document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] add Iceberg REST service documnet
3 participants