rdblue commented on a change in pull request #1095:
URL: https://github.com/apache/iceberg/pull/1095#discussion_r438325318
##########
File path: site/docs/api-quickstart.md
##########
@@ -48,6 +48,36 @@ logsDF.write
The logs [schema](#create-a-schema) and [partition
spec](#create-a-partition-spec) are created below.
+### Using a Hadoop catalog
+
+The Hadoop catalog doesn't need to connects to a Hive MetaStore. To get a
Hadoop catalog see:
Review comment:
This needs to note the disadvantages of using HadoopCatalog so that
users are informed about the problems. Specifically, this can only be used with
HDFS. Can you add that to the first sentence, like this?
> A Hadoop catalog doesn't need to connect to a Hive MetaStore, but can only
be used with HDFS or similar file systems that support atomic rename.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]