hdfs_fdw

foreign-data wrapper for remote hdfs servers

Overview

PGDG 1st Party Extension: hdfs_fdw : foreign-data wrapper for remote hdfs servers

Information

Metadata

  • Latest Version: 2.0.5
  • Postgres Support: 17,16,15,14,13
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • Relocatable: Unknown
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

  • RPM Repo: PGDG
  • RPM Name: hdfs_fdw_$v*
  • RPM Ver : 2.0.5
  • RPM Deps: N/A
  • DEB Repo: None
  • DEB Name: N/A
  • DEB Ver : N/A
  • DEB Deps: N/A

Packages

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 hdfs_fdw_17
PGDG 2.3.2
hdfs_fdw_16
PGDG 2.3.1
hdfs_fdw_15
PGDG 2.3.2
hdfs_fdw_14
PGDG 2.3.2
hdfs_fdw_13
PGDG 2.3.2
el8 aarch64 hdfs_fdw_17
PGDG 2.3.2
hdfs_fdw_16
PGDG 2.3.1
hdfs_fdw_15
PGDG 2.3.2
hdfs_fdw_14
PGDG 2.3.2
hdfs_fdw_13
PGDG 2.3.2
el9 x86_64 hdfs_fdw_17
PGDG 2.3.2
hdfs_fdw_16
PGDG 2.3.1
hdfs_fdw_15
PGDG 2.3.2
hdfs_fdw_14
PGDG 2.3.2
hdfs_fdw_13
PGDG 2.3.2
el9 aarch64 hdfs_fdw_17
PGDG 2.3.2
hdfs_fdw_16
PGDG 2.3.1
hdfs_fdw_15
PGDG 2.3.2
hdfs_fdw_14
PGDG 2.3.2
hdfs_fdw_13
PGDG 2.3.2
d12 x86_64
d12 aarch64
u22 x86_64
u22 aarch64
u24 x86_64
u24 aarch64

Installation

Install hdfs_fdw via the pig CLI tool:

pig ext install hdfs_fdw

Install hdfs_fdw via Pigsty playbook:

./pgsql.yml -t pg_extension -e '{"pg_extensions": ["hdfs_fdw"]}' # -l <cls>

Install hdfs_fdw RPM from YUM repo directly:

dnf install hdfs_fdw_17*;
dnf install hdfs_fdw_16*;
dnf install hdfs_fdw_15*;
dnf install hdfs_fdw_14*;
dnf install hdfs_fdw_13*;

Enable hdfs_fdw extension on PostgreSQL cluster:

CREATE EXTENSION hdfs_fdw;




Last modified 2025-02-17: add extension part (cfa504b)