commit | 95b1c8385fa50c2e59579899d2fd297b8a2ecefd | [log] [tgz] |
---|---|---|
author | Denys Kuzmenko <dkuzmenko@cloudera.com> | Thu Nov 17 14:07:54 2022 +0100 |
committer | Denys Kuzmenko <dkuzmenko@cloudera.com> | Thu Nov 17 14:08:53 2022 +0100 |
tree | b482d66e7e1e56c96d57407c6b9b0a4b39663a24 | |
parent | 59d11471bc129b891899765d23b8e79c295d4855 [diff] |
Updated supported Hadoop version for Hive 4.0.0-alpha-2
This directory contains the code for the Apache Hive web site, hive.apache.org. The easiest way to build the site is to use docker to use a standard environment.
docker build -t hive-site .
CONTAINER=$(docker run -d -p 4000:4000 hive-site)
Look at the site by navigating to http://0.0.0.0:4000/ .
Commit and push the changes to the main branch. The site is automatically deployed from the site directory.
docker stop $CONTAINER