From 054e63134c6ca55020d6e7eadaa4bce75d98af16 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 27 Apr 2024 15:32:23 +0200 Subject: [PATCH] Update hdfs.md --- docs/en/engines/table-engines/integrations/hdfs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/engines/table-engines/integrations/hdfs.md b/docs/en/engines/table-engines/integrations/hdfs.md index 96e6bab6997..dbd1c270a4a 100644 --- a/docs/en/engines/table-engines/integrations/hdfs.md +++ b/docs/en/engines/table-engines/integrations/hdfs.md @@ -8,6 +8,8 @@ sidebar_label: HDFS This engine provides integration with the [Apache Hadoop](https://en.wikipedia.org/wiki/Apache_Hadoop) ecosystem by allowing to manage data on [HDFS](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html) via ClickHouse. This engine is similar to the [File](../../../engines/table-engines/special/file.md#table_engines-file) and [URL](../../../engines/table-engines/special/url.md#table_engines-url) engines, but provides Hadoop-specific features. +This feature is not supported by ClickHouse engineers, and it is known to have a sketchy quality. In case of any problems, fix them yourself and submit a pull request. + ## Usage {#usage} ``` sql