Fwd: Kylin 4.2 - cleanup not working

2023-05-14 Thread Singh Sonu
Hi Experts, Any help or suggestions will be appreciated. I am facing an issue while cleaning up unused parquet files in HDFS. command: bin/kylin.sh org.apache.kylin.tool.StorageCleanupJob --delete true Error: job.StorageCleanup Job:222: Cube path doesn't exist! The path is file:/apps/kylin/kylin

Re: Kylin 4.2 - cleanup not working

2023-05-23 Thread ShaoFeng Shi
Hello, It seems that message should be a warning, instead of error: https://github.com/apache/kylin/blob/main/server-base/src/main/java/org/apache/kylin/rest/job/StorageCleanupJob.java#L230 For each cube, it checks whether the path "/parquet/" exists or not. If exists, it will further check its s