12efcf84e2
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 |
||
---|---|---|
.. | ||
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.