File Batch Driver Output
The node file_batch_driver_output
create an unique file colocalized with the spark driver from a column containing string documents. Here is an example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | { "type": "file_batch_driver_output", "component": "output", "settings": { "file_path": "file.txt", "column_input" : "input" }, "subscribe": [ { "component": "input", "stream": "data" } ] } |
Settings¶
file_path
: StringLocation of the output file
column_input
: StringName of the input column