zachjsh commented on a change in pull request #11075:
URL: https://github.com/apache/druid/pull/11075#discussion_r616974825
##########
File path: indexing-hadoop/src/main/java/org/apache/druid/indexer/JobHelper.java
##########
@@ -418,8 +402,19 @@ public static boolean runJobs(List<Jobby> jobs,
HadoopDruidIndexerConfig config)
}
}
+ return succeeded;
+ }
+
+ public static void maybeDeleteIntermediatePath(
+ boolean indexerGeneratorJobSucceeded,
Review comment:
fixed
##########
File path: indexing-hadoop/src/main/java/org/apache/druid/indexer/JobHelper.java
##########
@@ -418,8 +402,19 @@ public static boolean runJobs(List<Jobby> jobs,
HadoopDruidIndexerConfig config)
}
}
+ return succeeded;
+ }
+
+ public static void maybeDeleteIntermediatePath(
+ boolean indexerGeneratorJobSucceeded,
+ HadoopIngestionSpec indexerSchema)
+ {
+ HadoopDruidIndexerConfig config =
HadoopDruidIndexerConfig.fromSpec(indexerSchema);
+ final Configuration configuration = JobHelper.injectSystemProperties(new
Configuration(), config);
Review comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]