Replies: 1 comment 3 replies
-
memory catalog are used to do simple testing, suggest to try the docker image with sqllite as the default jdbc catalog backend in https://gravitino.apache.org/docs/0.8.0-incubating/iceberg-rest-service#docker-instructions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the standalone rest server 0.8.0. It seems the warehouse is hardcoded somewhere for /tmp, so I cannot insert data
conf file
I made sure
gravitino.iceberg-rest.warehouse = /tmp
is not enabled.However, when I use SparkSQL to create a database then create a table by following the doc
I got /tmp/dml/test in the location
I even tried REST call directly for http://127.0.0.1:9001/iceberg/v1/namespaces/dml/tables/test and got
So data cannot be added
Beta Was this translation helpful? Give feedback.
All reactions