Closed FANNG1 closed 2 months ago
@qqqttt123 , could you help to review when you free?
There are some issues.
There are some issues.
- Trino and Spark will init the metalake twice.
the script checks the exist of metalake and catalogs before creating it.
- Is there the conflict if we want to use Spark rest catalog and Spark connector at the same time?
no, I changed the rest catalog name to avoid conflict.
- Do you need a case about Spark connector?
no, it's out of the scope of this PR
You should include the case. Because it's the verification about the Spark connector.
You should include the case. Because it's the verification about the Spark connector.
this pr only focus on add spark connector to playground, we could use another pr to do it
You should include the case. Because it's the verification about the Spark connector.
this pr only focus on add spark connector to playground, we could use another pr to do it
You should add the document or you add the steps of your test at least. Otherwise, I don't how to verify this pull request.
You should include the case. Because it's the verification about the Spark connector.
this pr only focus on add spark connector to playground, we could use another pr to do it
You should add the document or you add the steps of your test at least. Otherwise, I don't how to verify this pull request.
so, I propose another PR in Gravitino playground document?
@jerqi , update the document, please help to review again
Will it influence the demo of Iceberg REST catalog? Is it clear for user to use Spark connector and REST service catalog. It is a confusing for user.
You should submit the document to the main repo, too.
Will it influence the demo of Iceberg REST catalog? Is it clear for user to use Spark connector and REST service catalog. It is a confusing for user.
The original document makes Spark and Trino use same catalog name iceberg_catalog
, but they are different, maybe we could add some comment to tell user iceberg_catalog
and rest_catalog
refer to the same underlying catalog, WDYT?
@jerqi , I have tested spark trino and Iceberg REST service part, please help to review again
add spark connector to playground
fixes: #34