consolidate_job_logs - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

Product
Data Stream Architecture
Release Number
16.10.01
Published
November 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
fyx1509665931452.ditamap
dita:ditavalPath
3150_DSA_UG_1610.ditaval.ditaval
dita:id
B035-3150
Product Category
Software
Teradata Tools and Utilities

Purpose

The consolidate_job_logs command uploads all logs for a completed job to a centralized location. If the job is running, the command is rejected.

Syntax

consolidate_job_logs -n|-name Name -I|-job_execution_id Job Execution ID

Example

dsc consolidate_job_logs -n job1 -I 5

Parameters

n|name Name
The name of the job for which you want to retrieve status.
I|job_execution_id Job Execution ID
[Optional] The job ID of the job execution for which you want to retrieve status. You cannot specify a running job. If you do not specify a job execution ID, the latest job execution ID is used.
T|Timestamp value
[Optional] The timestamp of the job for which you want to retrieve status.

Usage Notes

The job logs that consolidate_job_logs gathers are placed in a subdirectory, jobName_jobExecutionId_currentTimestamp, that is created under the upload directory defined in the properties file. It copies all DSC log files with a last modified timestamp after the job start time to the newly created directory.

To maintain available disk file space, delete old files in the upload directory periodically.

XML File Example

This command does not support an XML file.