hdfs_fdw
hdfs_fdw
hdfs_fdw : foreign-data wrapper for remote hdfs servers
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 8740 | hdfs_fdw
|
hdfs_fdw
|
2.3.2 |
FDW
|
BSD 3-Clause
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d--
|
No
|
Yes
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| See Also | pg_parquet
mongo_fdw
kafka_fdw
wrappers
multicorn
jdbc_fdw
aws_s3
duckdb_fdw
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.3.2 |
18
17
16
15
14
13
|
hdfs_fdw |
- |
| RPM | PGDG
|
2.3.2 |
18
17
16
15
14
13
|
hdfs_fdw_$v* |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
el8.aarch64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
el9.x86_64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
el9.aarch64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
el10.x86_64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
el10.aarch64
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
PGDG 2.3.3
|
d12.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
hdfs_fdw_18 |
2.3.3 |
el8.x86_64 | pgdg | 116.2 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel8.x86_64.rpm |
hdfs_fdw_18 |
2.3.3 |
el8.aarch64 | pgdg | 113.2 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel8.aarch64.rpm |
hdfs_fdw_18 |
2.3.3 |
el9.x86_64 | pgdg | 116.4 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel9.x86_64.rpm |
hdfs_fdw_18 |
2.3.3 |
el9.aarch64 | pgdg | 114.2 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel9.aarch64.rpm |
hdfs_fdw_18 |
2.3.3 |
el10.x86_64 | pgdg | 116.9 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel10.x86_64.rpm |
hdfs_fdw_18 |
2.3.3 |
el10.aarch64 | pgdg | 115.6 KiB | hdfs_fdw_18-2.3.3-1PGDG.rhel10.aarch64.rpm |
Source
pig build pkg hdfs_fdw; # build spec not readyInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install hdfs_fdw; # install via package name, for the active PG version
pig install hdfs_fdw -v 17; # install for PG 17
pig install hdfs_fdw -v 16; # install for PG 16
pig install hdfs_fdw -v 15; # install for PG 15
pig install hdfs_fdw -v 14; # install for PG 14
pig install hdfs_fdw -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION hdfs_fdw;Last updated on