码迷,mamicode.com
首页 >  
搜索关键字:job    ( 4794个结果
GitLab CI/CD Pipeline Configuration Reference:三 [Parameter details: script before_script and after_script stage]
script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:其他好文   时间:2020-06-23 18:56:37    阅读次数:111
oracle impdp 出错 ORA-31655: no data or metadata objects selected for job ORA-39154:
出现问题: impdp 导入时报错sql: impdp xxx/xxx@127.0.0.170/orcl directory=DPDATA dumpfile=20200623data.DMP full=y ; Connected to: Oracle Database 12c Enterprise ...
分类:数据库   时间:2020-06-23 15:31:17    阅读次数:75
CentOS7 网络服务启动失败
错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 ...
分类:其他好文   时间:2020-06-22 18:54:09    阅读次数:112
promethus监控node
1、下载node_exporter https://github.com/prometheus/node_exporter/releases 2、启动node_exporter nohup ./node_exporter & > nohup.out & 3、prometheus 配置 - job_n ...
分类:其他好文   时间:2020-06-21 23:28:21    阅读次数:46
Hadoop【MR的分区、排序、分组】
一.分区 问题:按照条件将结果输出到不同文件中 自定义分区步骤 1.自定义继承Partitioner类,重写getPartition()方法 2.在job驱动Driver中设置自定义的Partitioner 3.在Driver中根据分区数设置reducetask数 分区数和reducetask关系 ...
分类:编程语言   时间:2020-06-21 11:32:34    阅读次数:65
kubernetes系列(六) - 资源清单
1. kubernetes中的资源 1.1 定义 kubernetes中所有的内容都抽象为资源,资源实例化之后叫对象 1.2 资源类型 1.2.1 工作负载型资源对象(workload) Pod,ReplicaSet,Deployment,StatefulSet DaemonSet,Job,Cron ...
分类:Web程序   时间:2020-06-21 11:23:06    阅读次数:67
xxl-job 的一个小bug: DataTables warning: table id=job_list - Ajax error. For more information about this error, please see http://datatables.net/tn/7
我遇到的问题,基本和 https://github.com/xuxueli/xxl-job/issues/840 是完全一样的; 作者的解释是:你好,应该是低版本存在JS缓存。强制刷新一下浏览器缓存,退出并重新登陆确认下。 不过我的 xxl 镜像版本是 2.0.1; (其实表现是一样的) 我使用下面 ...
分类:Web程序   时间:2020-06-19 21:01:41    阅读次数:204
Linux timed task
at if not, Start Atd Service systemctl status atd.service //output: ┌─[root@nedrain]─[~] └──? $systemctl status atd.service ● atd.service - Job spooli ...
分类:系统相关   时间:2020-06-19 13:45:08    阅读次数:66
mindspore_CI
http://build.mindspore.cn/job/Check_Pylint/9293/pylint/ CI失败日志 http://build.mindspore.cn/view/MindSpore/job/MindSpore_Gitee_Gate/ https://gitee.com/mi ...
分类:其他好文   时间:2020-06-18 21:25:18    阅读次数:59
JobContainer
真正的执行都是在这里完成,start代码如下: View Code 主要执行流程为: 1、preHandle():job前置操作 2、init():初始化reader和writer 3、prepare():执行插件的prepare操作 4、split():切分任务 5、schedule():执行任务 ...
分类:其他好文   时间:2020-06-18 19:59:52    阅读次数:67
4794条   上一页 1 ... 14 15 16 17 18 ... 480 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!