sahara-image-elements/elements/hive
Pino Toscano 939055eff0 Improvements to README.rst of elements
Improve the formatting of README.rst of elements:
- proper syntax for bash snippets
- improve list formatting
- use list definitions for environment variariables
- remove the explicit bash usage from diskimage-create.sh invocations
- wrap lines at 80 characters
- various small text formattings

Change-Id: I93b4c35b31dac66af22663b2cec426a08fa73bd8
2015-04-29 18:41:30 +02:00
..
post-install.d Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
root.d Merge "Make almost all the element scripts as e/u/pipefail" 2015-04-07 16:37:24 +00: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.