
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
22 lines
571 B
ReStructuredText
22 lines
571 B
ReStructuredText
====
|
|
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.
|