A Write Transformer
operation saves a Transformer to a directory at the specified location.
It can be subsequently read using the Read Transformer operation.
A Transformer
can be written to HDFS.
Additionally, in local cluster mode Transformer
can be written to local filesystem.
NOTE: Only crucial attributes of the Transformer
are written.
Attributes that are not used during Transformer
execution might be lost after Transformer
write&read flow.
Since: Seahorse 1.1.0
Port | Type Qualifier | Description |
---|---|---|
0
|
Transformer
|
The Transformer to save. |
The Write Transformer
operation does not produce any output.
Name | Type | Description |
---|---|---|
output path
|
String
|
The path where the output directory will be saved. |
overwrite
|
Boolean
|
Whether saving the transformer should overwrite an existing one with the same name. |