zoukankan      html  css  js  c++  java
  • 053455

    When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?(Choose all that apply.)
    A. The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE.
    B. The job will only be disabled if the value of the AUTO_DROP attribute is FALSE.
    C. The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSE.
    D. All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUE.
    E. The STATE column of the job table will be set to COMPLETED for the job.

      When a job exceeds its end dates,it will be dropped only if the AUTO_DROP attribute is set to TRUE.Otherwise,it will be disabled.In either case,the STATE column will be set to COMPLETED in the job table.A job object does not possess a CASCADE attribute or a STATE attribute.

  • 相关阅读:
    kafka参数设置
    安装kafka多节点
    zookeeper集群搭建
    ubuntu安装spark
    ubuntu安装Scala
    elasticsearch添加访问密码
    springcloud整合分布式事务LCN
    springboot分布式事务
    K近邻(KNN)
    最大期望算法(EM算法)
  • 原文地址:https://www.cnblogs.com/Babylon/p/7833662.html
Copyright © 2011-2022 走看看