Oozie案例Coordinator周期性调度任务

Error: E1003 : E1003: Invalid coordinator application attributes, parameter [start] = [2019-02-22T14:31+0800] must be Date in UTC format (yyyy-MM-dd’T’HH:mm’Z’). Parsing error java.text.ParseException: Could not parse [2019-02-22T14:31+0800] using [yyyy-MM-dd’T’HH:mm’Z’] mask

  • 修改linux的时区

    将时间设置成下图所示
    在这里插入图片描述

  • 修改oozie-default.xml

<property>
        <name>oozie.processing.timezone</name>
        <value>GMT+0800</value>
        <description>
            Oozie server timezone. Valid values are UTC and GMT(+/-)####, for example 'GMT+0530' would be India
            timezone. All dates parsed and genered dates by Oozie Coordinator/Bundle will be done in the specified
            timezone. The default value of 'UTC' should not be changed under normal circumtances. If for any reason
            is changed, note that GMT(+/-)#### timezones do not observe DST changes.
        </description>
    </property>
  • 修改oozie-console.js
function getTimeZone() {
    Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
    return Ext.state.Manager.get("TimezoneId","GMT+0800");
}
  • 修改oozie-site.xml

    添加标签

	 <property>
		 <name>oozie.processing.timezone</name>
		 <value>GMT+0800</value>
	</property>

以上三处修改完之后,重启oozie服务,清除浏览器缓存。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值