This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-hive in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
commit d57088f76806ea5c10b85f1e3504ba1959d74ed3 Author: Fokko Driesprong <[email protected]> AuthorDate: Fri Sep 1 12:44:56 2023 +0200 Update Hive quickstart version beta-1 comes with 1.3.0, and alpha-2 with 0.14.0, so good to bump it --- landing-page/content/common/hive-quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/landing-page/content/common/hive-quickstart.md b/landing-page/content/common/hive-quickstart.md index e12f47ca..a728bcba 100644 --- a/landing-page/content/common/hive-quickstart.md +++ b/landing-page/content/common/hive-quickstart.md @@ -48,7 +48,7 @@ Take a look at the Tags tab in [Apache Hive docker images](https://hub.docker.co Set the version variable. ```sh -export HIVE_VERSION=4.0.0-alpha-2 +export HIVE_VERSION=4.0.0-beta-1 ``` Start the container, using the option `--platform linux/amd64` for a Mac with an M-Series chip: @@ -121,4 +121,4 @@ If you already have a Hive 4.0.0-alpha-1, or later, environment, it comes with t #### Learn More -To learn more about setting up a database other than Derby, see [Apache Hive Quick Start](https://hive.apache.org/developement/quickstart/). You can also [set up a standalone metastore, HS2 and Postgres](https://github.com/apache/hive/blob/master/packaging/src/docker/docker-compose.yml). Now that you're up and running with Iceberg and Hive, check out the [Iceberg-Hive docs](../docs/latest/hive/) to learn more! \ No newline at end of file +To learn more about setting up a database other than Derby, see [Apache Hive Quick Start](https://hive.apache.org/developement/quickstart/). You can also [set up a standalone metastore, HS2 and Postgres](https://github.com/apache/hive/blob/master/packaging/src/docker/docker-compose.yml). Now that you're up and running with Iceberg and Hive, check out the [Iceberg-Hive docs](../docs/latest/hive/) to learn more!
