Data Hub Forwarding Agent Events

Agent Message Events

An information message from the agent, generated according to the configuration in the Event Notification Editor.

For further information about the agent message event type, see Agent Event.

  • ...Done
    The agent has completed uploading the file.
  • Create batch file <filename>
    The agent is creating a local temporary file.
  • Remove batch file <filename>
    The agent is removing the local temporary file.
  • Load batch file into data hub...
    The agent is uploading the temporary file to Impala.

Debug Events

Debug messages are dispatched in debug mode. During execution, the messages are displayed in the Workflow Monitor.

You can configure Event Notifications that are triggered when a debug message is dispatched. For further information about the debug event type, see Debug Event.

  • initialize 
    The agent has entered the initialize state.
  • Write state
    The agent is writing to the temporary file
  • Committing batch <transaction id> recovery <true|false>
     The agent has completed writing to the local temporary file and will commit the batch.
  • deinitialize
    The agent has entered the deinitialize state.