InvisibleProgrammer opened a new pull request, #5730:
URL: https://github.com/apache/iceberg/pull/5730
If we follow the getting started tutorial step-by-step and execute the `USE
demo;` command, we get the following error:
```
spark-sql> use demo;
22/09/08 18:51:50 ERROR SparkSQLDriver: Failed in [use demo]
java.lang.IllegalArgumentException: Cannot create catalog demo, both type
and catalog-impl are set: type=hadoop,
catalog-impl=org.apache.iceberg.jdbc.JdbcCatalog
at
org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkArgument(Preconditions.java:453)
```
If we remove the `type=hadoop` parameter, the command runs successfully.
--
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, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]