阿里云MaxCompute中,可以通过create as和create like进行创建表,但是都不能直接复制表的生命周期,那么通过以上两种方式建表可以通过哪种方式设置生命周期,如基于表test创建表test1.生命周期为15天
A. create table test1 like test lifecycle 15
B. create table test1 as select*from test lifecycle 15
C. create table test1 as selectfrom test;alter table test1 set lifecycle 15
D. create table test1like test;altertable test1 set lifecycle 15
大数据计算服务MaxCompute逻辑层包括哪些组件
A. Worker
B. Scheduler
C. Executor
D. Manager
阿里云DataWorks资源可分为File类型、Archive类型、JAR类型、Python类型,Archive类型通过资源名称中的后缀识别压缩类型,支持的压缩文件类型包括
A. zip
B. tgz
C. tar
D. sequencefile
阿里云DataWorks,Shell节点支持标准Shell语法,不支持交互性语法。Shell节点可以在默认资源组上运行,如果是非默认资源,需要在项目管理下的项目配置页面将0)添加到白名单中
A. IP
B. 端口
C. region
D. 域名