mirror of https://github.com/apache/druid.git
fix cleanup of hadoop ingestion intermediate path (#3385)
This commit is contained in:
parent
1e3f94237e
commit
3b6c81e7c0
|
@ -487,7 +487,7 @@ public class HadoopDruidIndexerConfig
|
||||||
{
|
{
|
||||||
return new Path(
|
return new Path(
|
||||||
String.format(
|
String.format(
|
||||||
"%s/%s/%s/%s",
|
"%s/%s/%s_%s",
|
||||||
getWorkingPath(),
|
getWorkingPath(),
|
||||||
schema.getDataSchema().getDataSource(),
|
schema.getDataSchema().getDataSource(),
|
||||||
schema.getTuningConfig().getVersion().replace(":", ""),
|
schema.getTuningConfig().getVersion().replace(":", ""),
|
||||||
|
|
Loading…
Reference in New Issue