Grant DuckDB the capability to access HDFS files.
select * from 'hdfs://localhost:9000/path/to/file';
To build, type
make
To run, run the bundled duckdb
shell:
./build/release/duckdb -unsigned # allow unsigned extensions
Then, load the Postgres extension like so:
LOAD 'build/release/extension/hadoopfs/hadoopfs.duckdb_extension';
This project is licensed under the MIT License. For more details, see the LICENSE file.