939055eff0
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 |
||
---|---|---|
.. | ||
post-install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
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.