Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

rgibert/ansible-role-hadoop-cli

Repository files navigation

hadoop-cli

Installs David Streever's hadoop-cli (https://github.com/dstreev/hadoop-cli)

Build Status GitHub issues GitHub forks GitHub stars GitHub license

Requirements

  • Hadoop cluster(s)

Role Variables

Variable Default Description
hadoop_cli_dl_checksum sha256:bbdad2b455bf8af3e1bdc62e8e69f41dbf5b86347310d05c7ff3db34ca649bb5 SHA256 checksum for download
hadoop_cli_dl_uri https://github.com/dstreev/hadoop-cli/releases/download/{{ hadoop_cli_version }}.{{ hadoop_cli_hadoop_version }}-bin/hadoop-cli-{{ hadoop_cli_version }}-SNAPSHOT-{{ hadoop_cli_hadoop_version }}.tar.gz URI to download the binary from
hadoop_cli_group root Group to own the install
hadoop_cli_hadoop_version 2.7 Hadoop version for the hadoop-cli
hadoop_cli_install_path /usr/local/share/hadoop-cli-{{ hadoop_cli_version }}.{{ hadoop_cli_hadoop_version }} Path to install to
hadoop_cli_jdk_version 11 JDK version to use
hadoop_cli_user root User to own the install
hadoop_cli_version 1.0.7 hadoop-cli version to use

Dependencies

  • rgibert.openjdk_jdk

Example Playbook

- hosts: servers
  roles:
    - role: rgibert.hadoop_cli

License

GPLv3

Author Information

Richard Gibert richard@gibert.ca https://richard.gibert.ca