This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 9d33b676 Update Hive quickstart version (#273)
9d33b676 is described below
commit 9d33b6767889c0adb0725924846fbfe9d23c5a9a
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Sep 1 17:47:16 2023 +0200
Update Hive quickstart version (#273)
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!