Update docs/en/operations/table_engines/hdfs.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
This commit is contained in:
Olga Khvostikova 2019-09-04 16:25:07 +03:00 committed by GitHub
parent 282a1e1691
commit ec53b27473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# HDFS {#table_engines-hdfs}
This engine provides integration with [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.htmll)via ClickHouse. This engine is similar
to the [File](file.md) and [URL](url.md) engine.
to the [File](file.md) and [URL](url.md) engines, but provides Hadoop-specific features.
## Usage