rohangarg commented on code in PR #17588:
URL: https://github.com/apache/druid/pull/17588#discussion_r1890811923


##########
services/src/main/java/org/apache/druid/cli/CliPeon.java:
##########
@@ -355,6 +356,17 @@ public BroadcastDatasourceLoadingSpec 
getBroadcastDatasourcesToLoad(final Task t
           {
             return task.getBroadcastDatasourceLoadingSpec();
           }
+
+          @Provides
+          @LazySingleton
+          public LocalTmpStorage getLocalTmpStorage()
+          {
+            File tmpDir = new File(taskDirPath, "tmp");

Review Comment:
   @cheddar : should we create the temporary storage per attempt? or should we 
share it across attempts for re-use of temp data?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to