fix cleanup of hadoop ingestion intermediate path (#3385)

This commit is contained in:
Himanshu 2016-09-07 15:06:56 -05:00 committed by Nishant
parent 1e3f94237e
commit 3b6c81e7c0
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ public class HadoopDruidIndexerConfig
{
return new Path(
String.format(
"%s/%s/%s/%s",
"%s/%s/%s_%s",
getWorkingPath(),
schema.getDataSchema().getDataSource(),
schema.getTuningConfig().getVersion().replace(":", ""),