hdfs-textfile
Read text files from Apache Hadoop HDFS.
hdfs-textfile [profile=PROFILE] [offset=NUM] [limit=NUM] path=PATH
- profile=PROFILE
- Connect profile name of HDFS
- offset=NUM
- Skip input count
- limit=NUM
- Max output count
- path=PATH
- HDFS path
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | HDFS connect profile name |
file_path | String | File path | Absolute file path |
line | String | Line | Text line |