Platform Analytics 7 Dataflow

JOBS_PENDING_REASON table

This table is being used to store the sampled LSF Jobs of Pending Reason data . The default sampling time is 15 minutes.
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK The cluster name.
TIME_STAMP TIMESTAMP (6) N   The time of this record in the local server time zone.
TIME_STAMP_GMT NUMBER(13) N PK The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970.
GROUP_NAME VARCHAR2(32) N PK Identify �By Pending Reason � or �By Pending Reason Type� data
PENDING_REASON_CODE NUMBER (10) N PK The reason code of the job is in the PEND or PSUSP state. If the group name is � By Pending Reason Type �, the code is -1
PENDING_REASON_TYPE VARCHAR2(32) N PK

�Job Related Reasons�;,

"Queue and System Related Reasons";

"User Related Reasons";

"Host Related Reasons" ;

�MC Related Reasons�;

�Other Reasons�
JOB_NUMBER NUMBER Y   The job number is obtained by counting the number of distinct job IDs grouped by the same ClusterName, PendReasonType, PendReasonCode, UserName, ProjectName, QueueName field values across the same interval.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.