libhdfs3
libhdfs3 copied to clipboard
HDFS file read access for ClickHouse
The proto used in this project should be copied from the official website. What is the corresponding version?
CREATE TABLE guandata.of0b4be941d9_0( `id`Nullable(Int32), `customer_name`Nullable(String), `comments`Nullable(String) )ENGINE=HDFS('hdfs://nameserver1/guandata-store/of0b4/part-000.snappy.parquet','Parquet') select * from guandata.of0b4be941d9_0; When I execute the SQL query, ClickHouse reports an error. > connection reset by peer: While executing ParquetBlockInputFormat: While...
I already submitted the issue to the mentioned gohdfs library: https://github.com/colinmarc/hdfs/issues/313 When I try writing a simple csv file (initially, I tried parquet to the same effect), the file written...
Hi Team, I got an error like this : ``` 2021-03-14 14:10:20.339761, p16581, th139969607461248, INFO Retrying connect to server: "hadoopc1h5:25000". Already tried 9 time(s) 2021-03-14 14:10:22.359599, p16581, th139969607461248, ERROR Failed...
CentOS-7 gcc 11  
Fixes issue [#45](https://github.com/ClickHouse/libhdfs3/issues/45)
We have recently fixed a bug in libhdfs3 regarding libgsasl, allowing it to connect to HDFS clusters with secure mode enabled. We have also replaced libgsasl with cyrus_SASL to support...