[
https://issues.apache.org/jira/browse/KYLIN-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095311#comment-16095311
]
liyang commented on KYLIN-2715:
-------------------------------
Ah... I see. The problem maybe not about the last build ID. Should be below
lines:
{code}
if (!state.isFinalState()) {
String path =
JobBuilderSupport.getJobWorkingDir(engineConfig.getHdfsWorkingDirectory(),
jobId);
allHdfsPathsNeedToBeDeleted.remove(path);
{code}
It should remove all paths under the job working dir, not just the job working
dir itself.
> StorageCleanupJob removes intermediate hive tables of jobs in progress
> ----------------------------------------------------------------------
>
> Key: KYLIN-2715
> URL: https://issues.apache.org/jira/browse/KYLIN-2715
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v2.0.0
> Reporter: Alexander Sterligov
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)