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: print mkdir failed log #84

Open
xunliu opened this issue Oct 21, 2024 · 2 comments
Open

BUG: print mkdir failed log #84

xunliu opened this issue Oct 21, 2024 · 2 comments
Assignees

Comments

@xunliu
Copy link
Member

xunliu commented Oct 21, 2024

When I execute ./launch-playground.sh script.

playground-hive        | mkdir: `/user/iceberg/': No such file or directory
playground-hive        | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
playground-hive        | mkdir: `/user/iceberg/warehouse': No such file or directory
playground-hive        | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
playground-hive        | chmod: `/user/iceberg/warehouse/': No such file or directory
image image image image image
@FANNG1
Copy link
Contributor

FANNG1 commented Oct 21, 2024

I could start up playgound successfully, seems the mkdir failure error log doesn't affect the playground. this code https://github.com/apache/gravitino-playground/blob/main/init/hive/init.sh#L24-L26 is added by @jerqi , could you provide more context?

@jerqi
Copy link
Contributor

jerqi commented Oct 21, 2024

I could start up playgound successfully, seems the mkdir failure error log doesn't affect the playground. this code https://github.com/apache/gravitino-playground/blob/main/init/hive/init.sh#L24-L26 is added by @jerqi , could you provide more context?
It should be used by rest service

gravitino.auxService.iceberg-rest.warehouse = hdfs://hive:9000/user/iceberg/warehouse/

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

3 participants