作者:10灬月 | 来源:互联网 | 2024-09-29 14:33
1hue有一个bug在提交oozie的bundles的时候2现在我们把oozie的时区设置成我国时间GMT+0800因为这个版本的oozie时区设置只支持UTC和GMT+/-
1 hue有一个bug在提交oozie的bundles的时候
2 现在我们把oozie的时区设置成我国时间GMT+0800因为这个版本的oozie时区设置只支持UTC和GMT+/-
但是问题就出现在了hue的web页面传参上,就出现在Kick off time的上面,这个地方只能识别UTC格式的日期参数
Error submitting bundle GMT-bundle
E1310: Bundle Job submission Error: [E1301: Could not read the bundle job definition, [Could not parse [2017-08-03T08:56Z] using [yyyy-MM-dd'T'HH:mm+0800] mask]]
请问哪位大神有解决之道???????