Each step's timeout is 360 minutes by default. please check your data volume and make sure you have enough nodes to process your tasks.
forward to mailing list. Thanks. 在 2015年2月5日星期四 UTC+8上午10:35:44,[email protected]写道: > > It's resolved by changing the code in > common/src/main/java/com/kylinolap/common/KylinConfig.java: > > public long getJobStepTimeout() { > return Long.parseLong(getOptional("kylin.job.step.timeout", > String.valueOf(10 * 60 * 60))); > } > > 在 2015年2月4日星期三 UTC+8下午6:59:45,[email protected]写道: >> >> Failed with Exception:com.kylinolap.job.exception.JobException: Job step >> Convert Cuboid Data to HFile timeout. >> at >> com.kylinolap.job.flow.AsyncJobFlowNode.execute(AsyncJobFlowNode.java:89) >> at org.quartz.core.JobRunShell.run(JobRunShell.java:202) >> at >> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) >> >> Failed with Exception:java.lang.IllegalArgumentException: Illegal group >> reference >> at java.util.regex.Matcher.appendReplacement(Matcher.java:857) >> at java.util.regex.Matcher.replaceAll(Matcher.java:955) >> at java.lang.String.replaceAll(String.java:2210) >> at >> com.kylinolap.job.flow.JobFlowListener.notifyUsers(JobFlowListener.java:384) >> at >> com.kylinolap.job.flow.JobFlowListener.jobWasExecuted(JobFlowListener.java:107) >> at >> org.quartz.core.QuartzScheduler.notifyJobListenersWasExecuted(QuartzScheduler.java:1985) >> at >> org.quartz.core.JobRunShell.notifyJobListenersComplete(JobRunShell.java:340) >> at org.quartz.core.JobRunShell.run(JobRunShell.java:224) >> at >> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) >> >>
