Skip to content

beyondstorage/setup-hdfs

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2023
Feb 7, 2023
Feb 7, 2023
Apr 27, 2022
Jul 5, 2021
Jul 5, 2021
Sep 8, 2021
Apr 27, 2022
Feb 12, 2023
May 1, 2025
May 1, 2025
Jul 5, 2021

Repository files navigation

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.