Skip to content

Commit c421963

Browse files
committed
Update README: doas option
1 parent 4b68d0c commit c421963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A File Output Plugin for Embulk to write HDFS.
1919
- **rewind_seconds** When you use Date format in path_prefix property(like `/tmp/embulk/%Y-%m-%d/out`), the format is interpreted by using the time which is Now minus this property. (int, default: `0`)
2020
- **overwrite** overwrite files when the same filenames already exists (boolean, default: `false`)
2121
- *caution*: even if this property is `true`, this does not mean ensuring the idempotence. if you want to ensure the idempotence, you need the procedures to remove output files after or before running.
22+
- **doas** username which access to Hdfs (string, default: executed user)
2223

2324
## Example
2425

0 commit comments

Comments
 (0)