Forwarding logs to Hadoop
You can convert log data to CSV format, and then use file transfer methods to forward the data to a remote Hadoop system.
To transfer files to the remote system, you can use one of the following methods, both based on the Secure Shell (SSH) network protocol:
While SFTP simply transfers files to the remote system, the Co:Z step runs commands on the remote system issues a Hadoop command on the remote system to put the CSV file into HDFS and, optionally, a Hive command to create a catalog table.
The following figure presents an overview of the process, including the HCatalog table schema and log forwarding using Co:Z or SFTP:

For simplicity, the previous figure shows a batch job that creates only a single CSV file and corresponding HCatalog file. In practice, Transaction Analysis Workbench creates a CSV file and an HCatalog file for each record type that you select for forwarding.