sahara-image-elements/elements/hive
Shu Yingya 12efcf84e2 Add support to build 2.8.2 image
Also tweak Hive a bit and refer to artifacts in a new (but not totally
ideal) location.

Co-Authored-By: Jeremy Freudberg <jeremyfreudberg@gmail.com>
Change-Id: I3a25ee8c282849911089adf6c3593b1bb50fd067
2018-03-01 09:51:01 +08:00
..
post-install.d Add support to build 2.8.2 image 2018-03-01 09:51:01 +08:00
root.d Add support to build 2.8.2 image 2018-03-01 09:51:01 +08:00
README.rst Improvements to README.rst of elements 2015-04-29 18:41:30 +02:00
element-deps Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
package-installs.yaml Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00

README.rst

hive

Installs Hive on Ubuntu and Fedora.

Hive stores metadata in MySQL databases. So, this element requires the mysql element.

Environment Variables

HIVE_VERSION
Required

Yes, if HIVE_DOWNLOAD_URL is not set.

Description

Version of Hive to fetch from apache.org.

Example

HIVE_VERSION=0.11.0

HIVE_DOWNLOAD_URL
Required

Yes, if HIVE_VERSION is not set.

Default

http://archive.apache.org/dist/hive/hive-$HIVE_VERSION/hive-$HIVE_VERSION-bin.tar.gz

Description

Download URL of the Hive package.