Skip to content

Setup Apache HDFS

Actions
Set up Apache Hadoop/HDFS and add the command-line tools to the PATH
v0.1.0
Latest
Star (4)

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.

Setup Apache HDFS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up Apache Hadoop/HDFS and add the command-line tools to the PATH
v0.1.0
Latest

Setup Apache HDFS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.