Re: [I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-29 Thread via GitHub
TCGOGOGO commented on issue #9072: URL: https://github.com/apache/iceberg/issues/9072#issuecomment-1833130222 Any update for this? -- 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 com

Re: [I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-22 Thread via GitHub
rdblue commented on issue #9072: URL: https://github.com/apache/iceberg/issues/9072#issuecomment-1823151897 Yeah, it looks like the issue is that the REST catalog will create properties that can't be handled when the underlying catalog is a Hadoop catalog. -- This is an automated message

Re: [I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-21 Thread via GitHub
TCGOGOGO commented on issue #9072: URL: https://github.com/apache/iceberg/issues/9072#issuecomment-1822265704 > Hey @TCGOGOGO Can you provide a bit more context here? The Hadoop Catalog and Rest Catalog are two different catalogs, and they should not be combined. Hi Fokko, thanks for

Re: [I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-19 Thread via GitHub
Fokko commented on issue #9072: URL: https://github.com/apache/iceberg/issues/9072#issuecomment-1818400054 Hey @TCGOGOGO Can you provide a bit more context here? The Hadoop Catalog and Rest Catalog are two different catalogs, and they should not be combined. -- This is an automated messag

Re: [I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-19 Thread via GitHub
TCGOGOGO commented on issue #9072: URL: https://github.com/apache/iceberg/issues/9072#issuecomment-1818327317 @XiaokunDing Hi xiaokun, could you please help take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] Failed to create namespace using spark sql based on iceberg hadoop catalog (rest catalog) [iceberg]

2023-11-14 Thread via GitHub
TCGOGOGO opened a new issue, #9072: URL: https://github.com/apache/iceberg/issues/9072 ### Apache Iceberg version 1.3.1 ### Query engine Spark ### Please describe the bug 🐞 ### Steps 1. Deploy an iceberg rest catalog server which wrapped the HadoopCatalog