Forge Home

hive

Install Apache Hive.

11,458 downloads

9,700 latest version

1.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.8 (latest)
  • 0.0.7
  • 0.0.6
  • 0.0.5
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1
released May 28th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'viirya-hive', '0.0.8'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add viirya-hive
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install viirya-hive --version 0.0.8

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: hive

Documentation

viirya/hive — version 0.0.8 May 28th 2014

Puppet module for deploying Apache Hive

This module deploys Apache Hive. It is tested with Apache Hive trunk (built against Hadoop 2.0.3 alpha and packaged as tarball hive-0.11.0-SNAPSHOT.tar.gz) and Apache Hadoop 2.0.3 alpha release (deployed using puppet module viirya/hadoop) under puppet agent/master environment.

Usage

After installing this module in puppet master node, in site.pp, defining:

node 'your hive node' { include java include hive::cluster }

Before deploying this module, please install and setup Hadoop cluster on machines. This module assumes that ssh connection and hadoop users are all set up.

Downloading or building Hive tarball and putting under files/.

Please modify parameters such as 'version', 'metastore_server', 'metastore_host', 'metastore_password' in manifests/params.pp.

You also need to setup a mysql server as metastore host.

Kerberos:

Since 0.0.6, this module supports Kerberos. Setting the parameter 'kerberos_mode' to 'yes' will generate necessary principle and keytab file for hive.