Skip to content

vincent-chang/duckdb-hdfs

Repository files navigation

DuckDB hdfs extension

Grant DuckDB the capability to access HDFS files.

Usage

select * from 'hdfs://localhost:9000/path/to/file';

Building & Loading the Extension

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';

License

This project is licensed under the MIT License. For more details, see the LICENSE file.