hdfs_fdw icon indicating copy to clipboard operation
hdfs_fdw copied to clipboard

PostgreSQL foreign data wrapper for HDFS

Results 9 hdfs_fdw issues
Sort by recently updated
recently updated
newest added

Hi, Regression tests are failing on my RHEL and Fedora boxes. Logs are attached. Can you please take a look? Regards, Devrim [regression.diffs-hdfw_fdw.txt](https://github.com/EnterpriseDB/hdfs_fdw/files/6592136/regression.diffs-hdfw_fdw.txt)

Trying to understand the nature of the issue. Any help would be appreciated. I know this project hasn't gotten any recent attention, but I'm hoping to utilize this library in...

ERROR: foreign-data wrapper "hdfs_fdw" does not support IMPORT FOREIGN SCHEMA SQL state: HV00P

Need a way to choose kerberos as an auth_type and a way to pass in a principal to use when building the connection url.

I tested hdfs_fdw with spark. In spark i created table from local file with 100M rows. In spark beeline i count with select count(*),but pg server get an error oom,...

ANALYZE jobhist; ERROR: failed to fetch execute query: This function is supposed to execute queries that do not generate any result set ANALYZE emp(empno); ERROR: failed to fetch execute query:...

ANALYZE jobhist; ERROR: failed to fetch execute query: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask ANALYZE emp(empno); ERROR: failed to fetch execute query: Error while...