Overview of HDFS Source Plugin
masterThe HDFS Source plugin allows reading from and writing to HDFS paths for text, orc, and parquet file types. It is commonly used with Hive tables by reading/writing data directly to the HDFS paths corresponding to Hive partitions.
Important Limitations:
- The plugin does not perform any DDL operations on Hive tables.
- It does not save file offsets during checkpoints, meaning it does not support incremental/resume execution (续跑).