Skip to content

Conversation

@schitizsharma
Copy link
Collaborator

  • Add machine IP configuration
  • Separate steps for Linux and MacOs setup

| **rest_catalog_url** | `http://<YOUR_MACHINE_IP>:19120/iceberg/` | Specifies the endpoint URL for the Nessie REST catalog service. <br/>**Linux:** Use machine's IP (e.g., `http://192.168.1.100:19120/iceberg/`) <br/>**macOS:** Use `http://host.docker.internal:19120/iceberg/` |
| **iceberg_s3_path** | `s3://<BUCKET_NAME>` | Determines the S3 path or storage location for Iceberg data in the warehouse bucket. <br/>Example: `s3://warehouse` |
| **iceberg_db** | `<DATABASE_NAME>` | Specifies the name of the Iceberg database that will be used by the destination configuration. <br/>Example: `my_database` |
| **s3_endpoint** | `http://<YOUR_MACHINE_IP>:9000/` | Endpoint for the MinIO S3-compatible service. <br/>**Linux:** Use machine's IP (e.g., `http://192.168.1.100:9000/`) <br/>**macOS:** Use `http://host.docker.internal:9000/` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but for minio, we have tried many times with host.docker.internal and it works right? (was it not working on ubuntu or any other linux)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

3 participants