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] can't use paimon catalog with s3 filesystem. It throws an error: **Could not find a file io implementation for scheme 's3' in the classpath.** #55152

Open
hunshenshi opened this issue Jan 16, 2025 · 0 comments
Labels
type/bug Something isn't working

Comments

@hunshenshi
Copy link

Steps to reproduce the behavior (Required)

CREATE EXTERNAL CATALOG paimon_catalog_fs
PROPERTIES
(
    "type" = "paimon",
    "paimon.catalog.type" = "filesystem",
    "paimon.catalog.warehouse" = "s3://xx/hive/warehouse",
    "aws.s3.use_instance_profile" = "true",
    "aws.s3.endpoint" = "https://s3.us-xx.amazonaws.com"
);

show databases from paimon_catalog_fs;

Expected behavior (Required)

Real behavior (Required)

ERROR 1064 (HY000): org.apache.paimon.fs.UnsupportedSchemeException: Could not find a file io implementation for scheme 's3' in the classpath.  Hadoop FileSystem also cannot access this path 's3://xx/hive/warehouse'.

StarRocks version (Required)

Starrocks Version : 3.3.9-dfae8f9

@hunshenshi hunshenshi added the type/bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant