Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-23 Thread via GitHub
JunseoChoJJ commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2071683150 @nastra Thanks a lot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-23 Thread via GitHub
nastra commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2071634712 If Naver Cloud Storage has an S3-compatible API, then you can use it with Iceberg by using `S3FileIO` in your Spark catalog config: `--conf

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-23 Thread via GitHub
JunseoChoJJ commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2071620951 @nastra I am using naver cloud storage. it is same like s3, gcs. I want to figure out besides using s3, gcs, or minio. Can I use other storage to configure with iceberg --

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-23 Thread via GitHub
nastra commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2071584139 > Can I put this data into our Company storage as well using rest api? I'm not exactly sure I understand. Are you trying to replicate the data that lands in S3/GCS/Minio? Can

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-23 Thread via GitHub
nastra closed issue #10196: does iceberg can run on k8s? URL: https://github.com/apache/iceberg/issues/10196 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-22 Thread via GitHub
JunseoChoJJ commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2071196674 @nastra thank you can I ask you one more After they etl in spark using iceberg, they put data in to storage like s3, Gcs, minio. Can I put this data into our storage as well

Re: [I] does iceberg can run on k8s? [iceberg]

2024-04-22 Thread via GitHub
nastra commented on issue #10196: URL: https://github.com/apache/iceberg/issues/10196#issuecomment-2068886431 @JunseoChoJJ yes Iceberg can run on k8s. There are no special installation docs required for k8s. Iceberg is integrated through your engine of choice (Flink, Spark, Trino, ..), so

[I] does iceberg can run on k8s? [iceberg]

2024-04-21 Thread via GitHub
JunseoChoJJ opened a new issue, #10196: URL: https://github.com/apache/iceberg/issues/10196 ### Query engine I am using spark ### Question hi I'm a newbee to iceberg. and it might be stupid question but please tell me does iceberg can run on k8s? My think was