-
Notifications
You must be signed in to change notification settings - Fork 383
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 report] Updable to create fileset with minio #6156
Comments
@gesaleh Thank you for reporting this issue. We will promptly follow up. |
It's okay for me to connect to Minio:
The main I used: The lastest main branch. The following is how I do the test
Then log into Minio and obtain an AKSK.
|
can you give me more details about the copy aws-bundle to the Hadoop catalog classpath and start the Gravitino server
or another path ? |
I found out it work if i gave the IP of container itself not the docker name Thanks |
I'm having trouble understanding your words, could you provide more details? |
MinIO might require gravitino.bypass.fs.s3a.path.style.access=true config to work from Gravitino. Ref: https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/connecting.html#Third_party_stores |
In my test and example above, this value seems to be optional for MinIO, @dataageek Is there any issue when using Gravitino to connect to MinIO regarding this point? |
Version
main branch
Describe what's wrong
S3 hadoop integration
configuration
minio runing in a docker
bucket created work
playground docker deployment with same network as minio docker
try to create a catalog_s3 using fileset (bucket name work)
this works but when i try to create scheme it just hangs
I get dead lock probably I'm doing wrong i'm suspecting the location value
i added the jar file
aws-bundle-0.7.0-incubating.jar
to theroot/gravitino/catalogs/hadoop/libs
i didn't change any value in the conf filesError message and/or stacktrace
How to reproduce
run docker minio signle node minio:9000
create a bucket
add access Keys
run playground gravitino same network as minio or use localhost as server name
add using UI or API the S3 haddop fileset catalog
add schema to the catalog using API
Additional context
No response
The text was updated successfully, but these errors were encountered: