Skip to main content
Version: 1.0.0

Installing Apache Hive

To install Apache Hive and Hadoop on Google Cloud Platform manually, follow Apache Hive and Hadoop.

Installing and configuring Hive can be a little complex. If you don't already have Hive set up and running, you can use the Docker container that Datastrato provides to get Gravitino up and running.

Follow these instructions for setting up Docker on Ubuntu.

sudo docker run --name gravitino-container -d \
-p 9000:9000 -p 8088:8088 -p 50010:50010 -p 50070:50070 \
-p 50075:50075 -p 10000:10000 -p 10002:10002 -p 8888:8888 \
-p 9083:9083 -p 8022:22 \
apache/gravitino-playground:hive:2.7.3

Once Docker is installed, you can start the container with the command:

sudo docker start gravitino-container