rdblue commented on code in PR #5672: URL: https://github.com/apache/iceberg/pull/5672#discussion_r961819628
########## docs/python-api-intro.md: ########## @@ -27,158 +27,152 @@ menu: # Iceberg Python API -Much of the python api conforms to the java api. You can get more info about the java api [here](../api). +Much of the python api conforms to the Java API. You can get more info about the java api [here](../api). -## Catalog - -The Catalog interface, like java provides search and management operations for tables. - -To create a catalog: +## Instal -``` python -from iceberg.hive import HiveTables +You can install the latest release version from pypi: -# instantiate Hive Tables -conf = {"hive.metastore.uris": 'thrift://{hms_host}:{hms_port}', - "hive.metastore.warehouse.dir": {tmpdir} } -tables = HiveTables(conf) +```sh +pip3 install "pyiceberg[hive,pyarrow]" Review Comment: Do we want this to be `s3fs` instead of `pyarrow`? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org