Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
star

GitHub Action

Setup Apache HDFS

v0.0.1 Pre-release

Setup Apache HDFS

star

Setup Apache HDFS

Set up Apache Hadoop/HDFS and add the command-line tools to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Apache HDFS

uses: beyondstorage/[email protected]

Learn more about this action in beyondstorage/setup-hdfs

Choose a version

This action sets up Apache Hadoop/HDFS in your environment for use in GitHub Actions.

Usage

steps:
  - uses: actions/setup-python@v2
    with:
      python-version: '3.8'
  - uses: actions/setup-java@v1
    with:
      java-version: '11'

  - uses: beyondstorage/setup-hdfs@master
    with:
      hadoop-version: '3.3.1'

  - run: curl ${namenode-addr}

Available versions

  • 2.10.1
  • 2.2.2
  • 3.3.0
  • 3.3.1

Statement

This project highly inspired by:

Thanks to @vemonet and @ibnesayeed.