Hdfs
Input plugin : Hdfsâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.1.0
Descriptionâ
Read raw data from HDFS.
Optionsâ
name | type | required | default value |
---|---|---|---|
path | string | yes | - |
path [string]â
File path on Hadoop cluster.
Exampleâ
hdfs {
path = "hdfs:///access.log"
}
or you can specify hdfs name service:
hdfs {
path = "hdfs://m2:8022/access.log"
}