From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | ROS Didier <didier(dot)ros(at)edf(dot)fr> |
Cc: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: PostgreSQL and big data - FDW |
Date: | 2020-06-24 09:13:10 |
Message-ID: | 20200624091310.GB19640@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Jun 24, 2020 at 09:05:30AM +0000, ROS Didier wrote:
> Hi
>
> I would like to use a Foreign Data Wrapper (FDW) to connect to a HADOOP cluster
> which uses KERBEROS authentication.
>
> is it possible to achieve this ? which FDW should be used ?
Well, I would use the Hadoop FDW:
https://github.com/EnterpriseDB/hdfs_fdw
and it only supports these authentication methods:
Authentication Support
The FDW supports NOSASL and LDAP authentication modes. In order to use
NOSASL do not specify any OPTIONS while creating user mapping. For LDAP
username and password must be specified in OPTIONS while creating user mapping.
Not every FDW supports every Postgres server authentication method.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2020-06-24 09:16:04 | Re: Assertion failure in pg_copy_logical_replication_slot() |
Previous Message | Fujii Masao | 2020-06-24 09:09:06 | Re: min_safe_lsn column in pg_replication_slots view |