ClickHouse / libhdfs3

HDFS file read access for ClickHouse
Apache License 2.0
36 stars 56 forks source link

Remove permission length check #18

Closed liuneng1994 closed 2 years ago

liuneng1994 commented 2 years ago

In some Hadoop clusters, users enable some extensions, such as ACLs. image At this time, libhdfs will report an error, which cannot be bypassed without modifying the cluster configuration.

image Similar checks are not done in hadoop code

alesapin commented 2 years ago

Ok, looks reasonable.