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

[Bug] 使用 iceberg rest catalog + oss 要求配置 AWS S3 #43899

Open
2 of 3 tasks
divinerapier opened this issue Nov 13, 2024 · 0 comments
Open
2 of 3 tasks

[Bug] 使用 iceberg rest catalog + oss 要求配置 AWS S3 #43899

divinerapier opened this issue Nov 13, 2024 · 0 comments

Comments

@divinerapier
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.1.7

What's Wrong?

cb362df6-bc16-4245-b366-8ac2047ad8bf

What You Expected?

期望可以读取 oss 上的数据

How to Reproduce?

CREATE CATALOG ic PROPERTIES (
  'type' = 'iceberg',
  'iceberg.catalog.type' = 'rest',
  'uri' = 'http://127.0.0.1',
  'warehouse' = 'oss://bucket',
  ‘oss.endpoint' = 'http://endpoint',
  'oss.access_key' = 'ak',
  'oss.secret_key' = 'sk'
);

SELECT count(*) from ic.db.table;

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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

No branches or pull requests

1 participant