Apache HDFS - write file to HDFS
Search form
Description - Adds a file to the Hadoop File System
Runtime Class - com.ibi.agents.XDHDFSEmitAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
File Path: string The file path of the file to be written to HDFS.
* - denotes required
Parameter Type Description
* Destination File: string Path for the file to be created in HDFS
* Overwrite: boolean If the destination file already exists in HDFS, should we overwrite? If false, the emit service will fail.
* - denotes required
Parameter Type Description
* Output Document: string Document returned by object
Select from one of the following options:
- Status Document {status} - Returns a status document
- Input Document {input} - Returns the input document of the object.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDHDFSEmitAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
File Path: string The file path of the file to be written to HDFS.
* - denotes required
Parameter Type Description
* Destination File: string Path for the file to be created in HDFS
* Overwrite: boolean If the destination file already exists in HDFS, should we overwrite? If false, the emit service will fail.
* - denotes required
Parameter Type Description
* Output Document: string Document returned by object
Select from one of the following options:
- Status Document {status} - Returns a status document
- Input Document {input} - Returns the input document of the object.
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | File Path: | string | The file path of the file to be written to HDFS. |
---|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Destination File: | string | Path for the file to be created in HDFS | * | Overwrite: | boolean | If the destination file already exists in HDFS, should we overwrite? If false, the emit service will fail. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Output Document: | string | Document returned by object
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
OnFailedOperation | Could not perform the operation requested. |
OnParseError | Could not parse a document. |
OnNotFound | The resource was not found. This may or may not be a failure. |
OnFailConnection | Could not connect to the external system. |