jihoonson commented on a change in pull request #8823: Add InputSource and
InputFormat interfaces
URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r344422293
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/TaskToolbox.java
##########
@@ -294,7 +294,7 @@ public IndexMergerV9 getIndexMergerV9()
return indexMergerV9;
}
- public File getFirehoseTemporaryDir()
+ public File getIndexingTmpDir()
{
return new File(taskWorkDir, "firehose");
Review comment:
Renamed to `indexing-tmp`.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]