apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

BUG: print mkdir failed log #84

Open xunliu opened 1 month ago

xunliu commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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/