ClickHouse / ClickHouse/libhdfs3

clickhouse version 23, connect hdfs error

Open
#48 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
43
Forks
62
PR merge metrics
No merged PRs in 30d

Description

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 exeuting HDFSSource. (NETWORK_ERROR)

The error logs on HDFS are as follows:
![image](https://github.com/ClickHouse/libhdfs3/assets/23069626/9fdbfecf-008e-496d-8490-0006e0bfb9e6)

My environment involves connecting ClickHouse to HDFS with Kerberos authentication to query data. I have confirmed that my Kerberos configuration is correct. I can obtain tickets using kinit and verify them with klist.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.