Skip to content
star

GitHub Action

Setup Apache HDFS

v0.1.0 Latest version

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:
      hdfs-version: '3.3.1'

  - run: curl ${{ env.HDFS_NAMENODE_ADDR }}

Available versions

  • "2.10.1"
  • "3.2.3"
  • "3.3.1"
  • "3.3.2"

Statement

This project highly inspired by:

Thanks to @vemonet and @ibnesayeed.